Skip to content

Commit ca5f00b

Browse files
authored
Fourth Commit: Update README.md
1 parent 8a34b25 commit ca5f00b

File tree

1 file changed

+27
-33
lines changed

1 file changed

+27
-33
lines changed

README.md

Lines changed: 27 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
# $$\textcolor{red}{\text{UNDER CONSTRUCTION}}$$
2-
3-
41
# Project Title:
52

63
An Implementation of Data Structures And Algorithms In Java
@@ -39,36 +36,33 @@ Pull requests are welcome. For major changes, please open an issue first to disc
3936

4037
## 5. Outline:
4138

42-
1. Arrays
43-
2. ArrayList
44-
3. LinkedList
45-
4. Circular Singly Linked List
46-
5. Doubly Linked List
47-
6. Circular Doubly Linked List
48-
7. Stack
49-
8. Queue
50-
9. Recursion
51-
10. Tree / Binary Tree
52-
11. Binary Search Tree
53-
12. AVL Tree
54-
13. Binary Heap
55-
14. Trie
56-
15. Hashing
57-
16. Sorting Algorithms
58-
17. Searching Algorithms
59-
18. Graph Traversal
60-
19. Topological Sort
61-
20. Single Source Shortest Path Problem (SSSPP)
62-
21. Dijkstra Algorithm
63-
22. Bellman Ford Algorithm
64-
23. All Pairs Shortest Path Problem
65-
24. Floyd Warshall Algorithm
66-
25. Minimum Spanning Tree (Disjoint Set)
67-
26. Kruskal and Prim's Algorithm
68-
27. Greedy Algorithms
69-
28. Divide and Conquer Algorithms
70-
30. Dynamic Programming
71-
31. Backtracking
39+
[1: Big O Questions](BigOQuestions)
40+
41+
[2: Arrays](Arrays)
42+
43+
[3: ArrayList](ArrayList)
44+
45+
[4: LinkedList](LinkedList)
46+
47+
[5: Stack](Stack)
48+
49+
[6: Queue](Queue)
50+
51+
[7: Recursion](Recursion)
52+
53+
[8: Tree ](Tree)
54+
55+
[9: Hashing](Hashing)
56+
57+
[10: Sorting Algorithms](Sorting)
58+
59+
[11: Searching Algorithms](Searching)
60+
61+
[12: Graph Traversal](Graphs)
62+
63+
[13: Greedy Algorithms](GreedyAlgorithms)
64+
65+
[14: Divide and Conquer Algorithms](DivideAndConquerAlgorithms)
7266

7367

7468
## 6. Adapted from:

0 commit comments

Comments
 (0)