Skip to content

Commit c5962ef

Browse files
author
Tomislav Marinkovic
committed
Add more info to readme
1 parent b9a8037 commit c5962ef

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

README.md

+14-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,14 @@
1-
# algorithms-and-data-structures
1+
# Algorithms and data structures
2+
This project contains some of known algorithms and data structures implemented in Java.
3+
It also measure time needed to run on different input sizes and estimates time complexity/
4+
## Content
5+
* Sort
6+
* Insertion Sort
7+
* Merge Sort
8+
* Bubble Sort
9+
10+
## Run
11+
Each type of algorithms (e.g sort) has Executor class that runs all the algorithms and measure time complexity.
12+
## Tests
13+
Each algorithm has one basic test to validate algorithm works as expected.
14+

0 commit comments

Comments
 (0)