Skip to content

Commit 60d4de0

Browse files
Fix README (TheAlgorithms#422)
1 parent e9537ab commit 60d4de0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -214,8 +214,9 @@ find more than one implementation for the same objective but using different alg
214214
* [Proposer](./Algorithms/Problems/StableMarriage/Proposer.cs)
215215
* [N-Queens](./Algorithms/Problems/NQueens)
216216
* [Backtracking](./Algorithms/Problems/NQueens/BacktrackingNQueensSolver.cs)
217-
* [Dynamic Coin Change](./Algorithms/Problems/CoinChange)
218-
* [Dynamic](./Algorithms/Problems/CoinChange/DynamicCoinChangeSolver.cs)
217+
* [Dynamic Programming](./Algorithms/Problems/DynamicProgramming)
218+
* [Coin Change](./Algorithms/Problems/DynamicProgramming/CoinChange/DynamicCoinChangeSolver.cs)
219+
* [Levenshtein Distance](./Algorithms/Problems/DynamicProgramming/LevenshteinDistance/LevenshteinDistance.cs)
219220

220221
* [Data Structures](./DataStructures)
221222
* [Bit Array](./DataStructures/BitArray.cs)

0 commit comments

Comments
 (0)