Skip to content

Commit c0a647d

Browse files
committed
corrections
1 parent 91c2519 commit c0a647d

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff 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

4848
6. 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

8484
I 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

0 commit comments

Comments
 (0)