@@ -92,12 +92,24 @@ Note: Few codes were solved in C# (I've written them a long time ago), I'll conv
92
92
## [ Functional Programming] ( functional-programming )
93
93
94
94
- [ Solve Me First FP] ( functional-programming/introduction/solveMeFirst.cs )
95
+
95
96
### [ Introduction] ( functional-programming/introduction )
96
97
98
+ ## [ Mathematics] ( mathematics )
99
+
100
+ ### [ Fundamentals] ( mathematics/fundamentals )
101
+
102
+ - [ Army Game] ( mathematics/fundamentals/gameWithCells.js )
103
+ - [ Find the Point] ( mathematics/fundamentals/findPoint.js )
104
+ - [ Handshake] ( mathematics/fundamentals/handshake.js )
105
+ - [ Is Fibo] ( mathematics/fundamentals/solve.js )
106
+ - [ Leonardo's Prime Factors] ( mathematics/fundamentals/primeCount.js )
107
+ - [ Maximum Draws] ( mathematics/fundamentals/maximumDraws.js )
108
+ - [ Minimum Height Triangle] ( mathematics/fundamentals/lowestTriangle.js )
109
+
97
110
## [ Tutorials] ( tutorials )
98
111
99
112
### [ Cracking The Code Interview] ( tutorials/cracking-the-code-interview )
100
- Merge Sort: Counting Inversions
101
113
- [ Arrays: Left Rotation] ( tutorials/cracking-the-code-interview/rotLeft.js )
102
114
- [ Hash Tables: Ice Cream Parlor] ( tutorials/cracking-the-code-interview/whatFlavors.js )
103
115
- [ Hash Tables: Ransom Note Solution] ( tutorials/cracking-the-code-interview/checkMagazine.js )
@@ -107,5 +119,4 @@ Merge Sort: Counting Inversions
107
119
- [ Sorting: Bubble Sort] ( tutorials/cracking-the-code-interview/countSwaps.js )
108
120
- [ Sorting: Comparator] ( tutorials/cracking-the-code-interview/compare.js )
109
121
- [ Strings: Making Anagrams] ( tutorials/cracking-the-code-interview/makeAnagram.js )
110
- - [ Time Complexity: Primality] ( tutorials/cracking-the-code-interview/primality.js )
111
-
122
+ - [ Time Complexity: Primality] ( tutorials/cracking-the-code-interview/primality.js )
0 commit comments