@@ -35,7 +35,7 @@ Any feedback, bugs or suggestion will be welcomed.
3535 - Min Heap
3636 - Max Heap
3737
38- 5 . Graph
38+ 6 . Graph
3939 - BFS
4040 - Bellman Ford Algorithm
4141 - DFS
@@ -45,7 +45,7 @@ Any feedback, bugs or suggestion will be welcomed.
4545 - Prim Minimum Spanning tree
4646 - Topological Sorting
4747
48- 6 . Sorting
48+ 7 . Sorting
4949 - Bubble sort
5050 - Bubble Sort with improvements
5151 - Bucket sort
@@ -56,7 +56,7 @@ Any feedback, bugs or suggestion will be welcomed.
5656 - Radix Sort
5757 - Selection Sort
5858
59- 7 . Searching
59+ 8 . Searching
6060 - BFS
6161 - Binary Search (Iterative)
6262 - Binary Search (Recursive)
@@ -66,7 +66,7 @@ Any feedback, bugs or suggestion will be welcomed.
6666 - Interpolation Search
6767 - Repetitive Binary Search
6868
69- 8 . Dynamic Programming and Others
69+ 9 . Dynamic Programming and Others
7070 - Sudoku (Backtracking)
7171 - Collaborative Filtering
7272 - DNA Sequencing (NeedlemanWunsch Algorithm)
@@ -79,14 +79,16 @@ Any feedback, bugs or suggestion will be welcomed.
7979 - Longest Common Subsequences (LCS)
8080 - Pattern Matching
8181 - Sparse Array
82+
83+ 10 . Numbers and Maths
84+ - PHP Big Integer Implementation
8285
8386
8487I 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.
8588
8689
8790# Coming Soon #
8891
89- - Big Number implementation using PHP
9092- Prime number generation
9193- AVL tree implemenations
9294- Project Euler Solutions in PHP for Hackerrank.com
0 commit comments