Skip to content

Commit

Permalink
Updated Readme 💨
Browse files Browse the repository at this point in the history
  • Loading branch information
sunny0910 committed Mar 1, 2020
1 parent 550d028 commit 0c02b98
Showing 1 changed file with 27 additions and 7 deletions.
34 changes: 27 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,21 +25,16 @@ The Topics and Algorithms covered in this repository are as follows:
* Tree from in-order and pre-order/post-order
* BST to DLL
* Btree to DLL
* Matrix
* Boolean Matrix
* Min/Max cost path in Matrix
* Matrix path exists
* Rotate matrix by 90 degrees
* Rotten tomatoes problem
* Spiral traversal of Matrix
* Linked Lists (SLL, DLL)
* Basic operations(Insert, delete, middle)
* Reverse, K-nodes reverse (Iterative, recursive)
* Incremental K-node reverse
* Check LL is palindrome
* Dutch national flag problem(separate 0's, 1's, 2's)
* Add two number represented in linked lists
* Merge sort on SLL, DLL
* Detect and correct loop in linked list
* Decimal equivalent of binary linked list
* Heaps
* Min heap implementation
* Max heap implementation
Expand All @@ -48,8 +43,33 @@ The Topics and Algorithms covered in this repository are as follows:
* Merge K sorted arrays
* Kth largest/smallest element in stream
* Median in stream using two heaps
* Stacks & queues
* Rotten tomatoes problem
* Check for balanced parenthesis
* Next greater element in the array
* Next smaller element in the array ([link](https://www.geeksforgeeks.org/next-smaller-element/))
* Implementing K queues in one array
* Implementing K stacks in one array
* Minimum bracket reversal to balance expression
* Implement two stacks in one array
* Matrix
* Boolean Matrix
* Min/Max cost path in Matrix
* Matrix path exists
* Rotate matrix by 90 degrees
* Spiral traversal of Matrix
* Arrays
* Chocolate distribution problem
* Sliding window problem
* Rain water trapping problem
* Search in Rotated array
* Bus/Train railway platform problem
* Stocks Buy & Sell problem
* Non repeating character in stream
* Strings
* Largest number smaller than N with same digits
* Longest common substring in two strings
* Longest palindromic sub-sequence in one string
* Word break problem
* Tries
* Basic operations

0 comments on commit 0c02b98

Please sign in to comment.