File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ Any feedback, bugs or suggestion will be welcomed.
4242 - Dijkstra
4343 - Floyd Warshall
4444 - Kruksal
45- - Prim Minimal Spanning tree
45+ - Prim Minimum Spanning tree
4646 - Topological Sorting
4747
48486 . Sorting
@@ -76,10 +76,18 @@ Any feedback, bugs or suggestion will be welcomed.
7676 - Huffman Encoding (Greedy Algorithm)
7777 - Job Scheduler (Greedy Algorithm)
7878 - KMP String matching algorithm
79- - LCS
79+ - Longest Common Subsequences ( LCS)
8080 - Pattern Matching
8181 - Sparse Array
8282
8383
8484I know lots of things are missing in the list? Would you mind to let me know what you wanna see implemented? I will priortize those and add here.
8585
86+
87+ # Coming Soon #
88+
89+ - Big Number implementation using PHP
90+ - Prime number generation
91+ - AVL tree implemenations
92+ - Project Euler Solutions in PHP for Hackerrank.com
93+ - More algorithms
You can’t perform that action at this time.
0 commit comments