Giter Site home page Giter Site logo

nisabmohd / data-structures-java Goto Github PK

View Code? Open in Web Editor NEW
15.0 1.0 5.0 430 KB

I've implemented a comprehensive set of generic data structures in Java, including arrays, linked lists, stacks, queues, trees, and more, ensuring versatility and efficiency in data handling.

License: Apache License 2.0

Java 100.00%
collections-framework data-structures java interview-preparation interview-questions studynotes open-source coding community-learning graph

data-structures-java's Introduction

Data Structure Implementations in Java

We know how data structure plays an important role in interview preparation as well for problem solving.

Usually we use internal data structures and we don’t know how things are working behind. Using a data structure without knowing its working its useless. This data structure implementation are asked in interview and if you know how to implement a data structure you can design your own custom data structure according to your needs.

So you understood that data structure implementation will not only help you in interview but also can be used in development for creating custom structures. So from where we need to learn this?

I have made this GitHub repository containing all the internal collection framework of Java plus Data structures needed in daily life. Below is the list of Data structures in my GitHub repo

S.NO Data Structure Prerequisite
1 Lists
S.NO Data Structure
1.1 ArrayList
1.2 SingleLinkedList
1.3 DoubleLinkedList
1.4 CircularLinkedList
1.5 Stack
Arrays, Object oriented concepts
2 Queues
S.NO Data Structure
2.1 Queue
2.2 Deque
2.3 Circular Queue
Arrays
3 Trees
S.NO Data Structure
3.1 BinaryTree
3.2 BinarySearchTree
3.3 N_Arry Tree
3.4 AVL Tree
3.5 Complete Binary Tree
BTree
4 Maps
S.NO Data Structure
4.1 HashMap
4.2 LinkedHashMap
4.3 TreeMap
Hash Collision , Hashing
5 Sets
S.NO Data Structure
5.1 HashSet
5.2 LinkedHashSet
5.3 TreeSet
Maps
6 Heap / Priority-Queue
S.NO Data Structure
6.1 Heap
6.2 Heap Heapify
Trees
7 Trie / Prefix-Tree
S.NO Data Structure
7.1 Trie
Trees
8 Graphs
S.NO Data Structure
8.1 Graph
8.2 GenericGraph
8.3 GenericGraphExample
Trees traversals

data-structures-java's People

Contributors

devzone19 avatar nisabmohd avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.