Skip to content

Commit

Permalink
Update list
Browse files Browse the repository at this point in the history
  • Loading branch information
bharatr21 authored May 14, 2020
1 parent cdbdb18 commit 6fc1dc9
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 @@ -19,3 +19,4 @@ Problem | Concepts/Algorithms Used | Complexity | Solution
10| Arrays / Pairs / Hash Map | O(n) | [S10](Solutions/S10.cpp) |
11| Depth First Search (DFS) | O(n) | [S11](Solutions/S11.cpp) |
12| Arrays | O(n) | [S12](Solutions/S12.cpp) |
13| Strings, Number Theory | O(nk) (k -> Number of digits to remove) | [S13](Solutions/S13.cpp) |

0 comments on commit 6fc1dc9

Please sign in to comment.