Skip to content

Commit 1f6a564

Browse files
committed
Update README.
1 parent 351f612 commit 1f6a564

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

README.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -81,16 +81,17 @@
8181
* **Greedy**
8282
* **Divide and Conquer**
8383
* **Dynamic Programming**
84-
* [Levenshtein Distance](https://github.com/trekhleb/javascript-algorithms/tree/master/src/algorithms/string/levenshtein-distance) - minimum edit distance between two sequences
85-
* [Longest Common Subsequence](https://github.com/trekhleb/javascript-algorithms/tree/master/src/algorithms/string/longest-common-subsequnce) (LCS)
86-
* [Longest Common Substring](https://github.com/trekhleb/javascript-algorithms/tree/master/src/algorithms/string/longest-common-substring)
87-
* Increasing subsequence
88-
* Longest Increasing subsequence
89-
* Shortest common supersequence
90-
* Knapsack problem
91-
* Maximum subarray
92-
* Maximum sum path
93-
* Integer Partition
84+
* [Fibonacci Number](https://github.com/trekhleb/javascript-algorithms/tree/master/src/algorithms/math/fibonacci)
85+
* [Levenshtein Distance](https://github.com/trekhleb/javascript-algorithms/tree/master/src/algorithms/string/levenshtein-distance) - minimum edit distance between two sequences
86+
* [Longest Common Subsequence](https://github.com/trekhleb/javascript-algorithms/tree/master/src/algorithms/string/longest-common-subsequnce) (LCS)
87+
* [Longest Common Substring](https://github.com/trekhleb/javascript-algorithms/tree/master/src/algorithms/string/longest-common-substring)
88+
* Increasing subsequence
89+
* Longest Increasing subsequence
90+
* Shortest common supersequence
91+
* Knapsack problem
92+
* Maximum subarray
93+
* Maximum sum path
94+
* Integer Partition
9495
* **Backtracking**
9596
* **Branch & Bound**
9697

0 commit comments

Comments
 (0)