Skip to content

Commit 5b09a8d

Browse files
authored
Create README.md
1 parent 153d780 commit 5b09a8d

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Data-Structures---JAVA
2+
The Follwing Repository consist of representations and operations on basic data structures.
3+
Arrays, linked lists, stacks, queues, and recursion; binary search trees and balanced trees;
4+
hash tables, dynamic storage management; introduction to graphs using JAVA as the object oriented programming language.
5+
6+
## Data Structure Inculded:
7+
* [Linked List](https://github.com/kalrapranav/Data-Structures---JAVA/tree/master/Linked%20List)
8+
* [Array List](https://github.com/kalrapranav/Data-Structures---JAVA/tree/master/Array%20List)
9+
* [Circular Array](https://github.com/kalrapranav/Data-Structures---JAVA/tree/master/Linked%20List)
10+
* [Stack](https://github.com/kalrapranav/Data-Structures---JAVA/blob/master/Program%202/data_structures/Stack.java)
11+
* [Queue](https://github.com/kalrapranav/Data-Structures---JAVA/blob/master/Program%202/data_structures/Queue.java)
12+
* [Hash Table](https://github.com/kalrapranav/Data-Structures---JAVA/blob/master/Store%20Checkout%20System/src/data_structures/Hashtable.java)
13+
* [Heap](https://github.com/kalrapranav/Data-Structures---JAVA/tree/master/Program%203)
14+
* [Binary Search Tree](https://github.com/kalrapranav/Data-Structures---JAVA/blob/master/Store%20Checkout%20System/src/data_structures/BinarySearchTree.java)
15+
* [Red-Black Tree](https://github.com/kalrapranav/Data-Structures---JAVA/blob/master/Store%20Checkout%20System/src/data_structures/BalancedTree.java)
16+

0 commit comments

Comments
 (0)