diff --git a/README.md b/README.md index 479e468..b7bdde3 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,11 @@ # Algorithms -### All the algorithms you need! +All the algorithms you need! -##### 1. Stack using Array and Linked List -##### 2. Queue using Array and Linked List -##### 3. Sorting Algorithms: Selection | Bubble | Insertion | Merge | Quick | Heap | Counting | Radix -##### 4. Searching: Linear | Multiple | Binary | Breadth First | Depth First -##### 5. Matrix: Matrix Multiplication | Matrix Chain Multiplication -##### 6. Tree: Binary Search Tree -##### 7. Hash Table: Linear Probing | Seperate Chaining -#### More to come. :) +1. Stack using Array and Linked List +2. Queue using Array and Linked List +3. Sorting Algorithms: Selection | Bubble | Insertion | Merge | Quick | Heap | Counting | Radix +4. Searching: Linear | Multiple | Binary | Breadth First | Depth First +5. Matrix: Matrix Multiplication | Matrix Chain Multiplication +6. Tree: Binary Search Tree +7. Hash Table: Linear Probing | Seperate Chaining