Skip to content

Commit 5e3ae62

Browse files
author
Tomislav Marinkovic
committed
Update readme with new algorithm
1 parent 796d201 commit 5e3ae62

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ It also measure time needed to run on different input sizes and estimates time c
88
* Merge Sort
99
* Bubble Sort
1010

11+
* Array
12+
* Maximum Subarray
13+
1114
## Run
1215
Each type of algorithms has its own package (e.g sort) has Executor class that runs all the algorithms and measure time complexity.
1316
## Tests

0 commit comments

Comments
 (0)