We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c09b815 commit b1d27c6Copy full SHA for b1d27c6
1 file changed
README.md
@@ -1,2 +1,29 @@
1
-# java-data-structures
2
-:gear: Implementation of common data structures in Java
+Java data structures
+====================
3
+
4
+> Honorable mention to professor Eustrat Zhupa in the University of
5
+> Rochester Computer Science Department.
6
7
+Lists
8
+-----
9
10
+- [x] Singly linked list
11
+- [ ] Doubly linked list
12
+- [ ] Queue
13
+- [ ] Stack
14
15
+Trees
16
17
18
+- [ ] Tree
19
+- [ ] Binary tree
20
+- [ ] Binary search tree (BST)
21
+- [ ] Heap
22
23
+Sorting
24
+-------
25
26
+- [ ] Insertion sort
27
+- [ ] Selection sort
28
+- [ ] Merge sort
29
+- [ ] Quick sort
0 commit comments