We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9a8037 commit c5962efCopy full SHA for c5962ef
README.md
@@ -1 +1,14 @@
1
-# algorithms-and-data-structures
+# 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