Skip to content

Commit 81bd32c

Browse files
author
Tomislav Marinkovic
committed
Fix typo in readme
1 parent 5e3ae62 commit 81bd32c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ It also measure time needed to run on different input sizes and estimates time c
1212
* Maximum Subarray
1313

1414
## 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.
15+
Each type of algorithms has its own package (e.g sort) and Executor class that runs all the algorithms and measure time complexity.
1616
## Tests
1717
Each algorithm has one basic test to validate algorithm works as expected.
1818

0 commit comments

Comments
 (0)