File tree Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -32,33 +32,33 @@ Handwritten notes will be uploaded soon !
3232
3333## Table of Contents
3434
35- ###Arrays
35+ ### Arrays
3636* Integer Reverse
3737* Smallest Difference
3838* kadanes Algorithm
3939
40- ###Sorting
40+ ### Sorting
4141* Bubble Sort
4242* Insertion Sort
4343* Selection Sort
4444* Merge Sort
4545* Quick Sort
4646* Count Sort
47- ###Searching
47+ ### Searching
4848* Linear Search
4949* Binary Search
5050* First Occurrence
5151* Last Occurrence
5252* Number Of Occurrences
5353
54- ###Matrix
54+ ### Matrix
5555* Search Sorted Matrix
56- ###Linked Lists
56+ ### Linked Lists
5757* Singly Linked Lists
5858* Doubly Linked Lists
5959* Circular Singly Linked Lists
6060* Circular Doubly Linked Lists
61- ###Stack
61+ ### Stack
6262* Stack implementation using Array
6363* Stack implementation using Linked Lists
6464* Infix to Postfix
@@ -67,40 +67,40 @@ Handwritten notes will be uploaded soon !
6767* Postfix to Infix
6868* Prefix & Postfix evaluation
6969* Balanced Paranthesis
70- ###Queue
70+ ### Queue
7171* Queue Implementation using Array
7272* Queue Implementation using Linked Lists
7373* Circular Queue using Array
7474* Circular Queue using Linked Lists
7575* Double Ended Queues
76- ###Trees
76+ ### Trees
7777* Binary Tree
7878* Binary Search Tree
7979* Expression Tree
80- ###Heap
80+ ### Heap
8181* Max Heap
8282* Min Heap
83- ###Trie
83+ ### Trie
8484* Trie Implementation
8585* Prefix String Count
86- ###Disjoint sets
86+ ### Disjoint sets
8787* Union and Find
8888* Union by Rank and Find by Path Compression
89- ###Graphs
89+ ### Graphs
9090
91- ####Graph Representation
91+ #### Graph Representation
9292* Adjacency Matrix
9393* Adjacency Lists
94- ####Graph Traversal
94+ #### Graph Traversal
9595* Breadth First Search
9696* Depth First Search
97- ####Cycle Detection
97+ #### Cycle Detection
9898* Detect Cycle in Directed Graph
9999* Detect Cycle in UnDirected Graph
100- ####Minimum Spanning Trees
100+ #### Minimum Spanning Trees
101101* Prims Algorithm
102102* Kruskals Algorithm
103- ####Single Source Shortest Path
103+ #### Single Source Shortest Path
104104* Dijikstra's Algorithm
105105* BellmanFord Algorithm
106106#### All Pair Shortest Path
You can’t perform that action at this time.
0 commit comments