Skip to content

Commit 34f71dd

Browse files
committed
PHP Big Integer Implementation
- Add - Subtraction - Multiplication - Division - Factorial
1 parent cf40c71 commit 34f71dd

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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

8487
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.
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

Comments
 (0)