This repository will contains algorithms implemented and collected for self-learning . Most of them are at least used once to check correctness, still it is strongly recommended to test for yourself.
Facebook-HackerCup21
Google-HashCode22
- Fiboncci.cpp
- Catalan.cpp
- Longest-Increasing-Subsequence.cpp
- Longest-common-subsequence.cpp
- Edit-distance.cpp
- 0 - 1 Knapsack-Problem.cpp
- Partition-Equal-Subset-Sum.cpp
- Rod-Cutting.cpp
- Coin-Change.cpp
- Word-Break.cpp
- Distinct-subsequences--Distinct-occurrences.cpp
- Minimum-sum-partition.cpp
- Count-number-of-hops.cpp
- Maximum-path-sum-in-matrix.cpp
- Optimal-Strategy-For-A-Game.cpp
- Shortest-Common-Supersequence.cpp