We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3908f4 commit 1bbaae9Copy full SHA for 1bbaae9
README.md
@@ -68,6 +68,7 @@ This is a collection of algorithms and data structures which I've implement over
68
+ using recursion
69
+ using only shifts
70
+ using logarithms
71
+ + using FFT
72
* Primes
73
+ is prime
74
+ prime factorization
@@ -95,6 +96,12 @@ This is a collection of algorithms and data structures which I've implement over
95
96
- using divide and modulus
97
- using right shift and modulus
98
- using BigDecimal
99
+* Complex
100
+ + addition
101
+ + subtraction
102
+ + multiplication
103
+ + absolute value
104
+ + polar value
105
106
## Path
107
* Find shortest path(s) in a Graph from a starting Vertex
0 commit comments