You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[Levenshtein Distance](https://github.com/trekhleb/javascript-algorithms/tree/master/src/algorithms/string/levenshtein-distance) - minimum edit distance between two sequences
75
-
*[Longest Common Subsequence](https://github.com/trekhleb/javascript-algorithms/tree/master/src/algorithms/string/longest-common-subsequnce) (LCS)
76
-
*[Longest Common Substring](https://github.com/trekhleb/javascript-algorithms/tree/master/src/algorithms/string/longest-common-substring)
77
-
* Increasing subsequence
78
-
* Knapsack problem
79
-
* Maximum subarray
80
-
* Maximum sum path
81
-
* Integer Partition
82
-
* Longest Increasing subsequence
83
-
* Shortest common supersequence
84
75
***Uncategorized**
85
76
* Union-Find
86
77
* Maze
87
78
79
+
### Algorithms by Paradigm
80
+
81
+
***Greedy**
82
+
***Divide and Conquer**
83
+
***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)
0 commit comments