We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e3ae62 commit 81bd32cCopy full SHA for 81bd32c
README.md
@@ -12,7 +12,7 @@ It also measure time needed to run on different input sizes and estimates time c
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.
+Each type of algorithms has its own package (e.g sort) and Executor class that runs all the algorithms and measure time complexity.
16
## Tests
17
Each algorithm has one basic test to validate algorithm works as expected.
18
0 commit comments