Skip to content

Commit d4113df

Browse files
authored
Added Complex numbers to README
1 parent 768f906 commit d4113df

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,13 @@ This is a collection of algorithms and data structures which I've implement over
9999
- using divide and modulus
100100
- using right shift and modulus
101101
- using BigDecimal
102-
102+
* Complex
103+
+ addition
104+
+ subtraction
105+
+ multiplication
106+
+ absolute value
107+
+ polar value
108+
103109
## Path
104110
* Find shortest path(s) in a Graph from a starting Vertex
105111
- Dijkstra's algorithm (non-negative weight graphs)

0 commit comments

Comments
 (0)