Skip to content

Commit ec47a14

Browse files
committed
Updated readme
1 parent 437f8f8 commit ec47a14

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,12 @@ 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
7475
+ sieve of eratosthenes
76+
* FFT
7577

7678
## Numbers
7779
* Integers
@@ -93,6 +95,12 @@ This is a collection of algorithms and data structures which I've implement over
9395
- using divide and modulus
9496
- using right shift and modulus
9597
- using BigDecimal
98+
* Complex
99+
+ addition
100+
+ subtraction
101+
+ multiplication
102+
+ absolute value
103+
+ polar value
96104

97105
## Path
98106
* Find shortest path(s) in a Graph from a starting Vertex

0 commit comments

Comments
 (0)