Skip to content

Commit

Permalink
Update list
Browse files Browse the repository at this point in the history
  • Loading branch information
bharatr21 authored May 22, 2020
1 parent 5336613 commit b7c59d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@ Problem | Concepts/Algorithms Used | Complexity | Solution
18|Sliding Window, Substring| O(n2) (n2 -> Length of larger string) | [S18](Solutions/S18.cpp) |
19|Stacks| O(n) | [S19](Solutions/S19.cpp) |
20|Binary Search Trees (BST)| O(n) (n -> Number of nodes) | [S20](Solutions/S20.cpp) |
20|Matrices| O(mn) | [S21](Solutions/S21.cpp) |
22|Strings, Dictionary/Hashing| O(n) | [S22](Solutions/S22.py) |

0 comments on commit b7c59d7

Please sign in to comment.