We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 796d201 commit 5e3ae62Copy full SHA for 5e3ae62
README.md
@@ -8,6 +8,9 @@ It also measure time needed to run on different input sizes and estimates time c
8
* Merge Sort
9
* Bubble Sort
10
11
+* Array
12
+ * Maximum Subarray
13
+
14
## Run
15
Each type of algorithms has its own package (e.g sort) has Executor class that runs all the algorithms and measure time complexity.
16
## Tests
0 commit comments