Skip to content

Commit 1bbaae9

Browse files
mcianciaphishman3579
authored andcommitted
Updated readme
1 parent d3908f4 commit 1bbaae9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ This is a collection of algorithms and data structures which I've implement over
6868
+ using recursion
6969
+ using only shifts
7070
+ using logarithms
71+
+ using FFT
7172
* Primes
7273
+ is prime
7374
+ prime factorization
@@ -95,6 +96,12 @@ This is a collection of algorithms and data structures which I've implement over
9596
- using divide and modulus
9697
- using right shift and modulus
9798
- using BigDecimal
99+
* Complex
100+
+ addition
101+
+ subtraction
102+
+ multiplication
103+
+ absolute value
104+
+ polar value
98105

99106
## Path
100107
* Find shortest path(s) in a Graph from a starting Vertex

0 commit comments

Comments
 (0)