Skip to content

Commit b1d27c6

Browse files
committed
Update README.md with TODOs
1 parent c09b815 commit b1d27c6

1 file changed

Lines changed: 29 additions & 2 deletions

File tree

README.md

Lines changed: 29 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,29 @@
1-
# java-data-structures
2-
:gear: Implementation of common data structures in Java
1+
Java data structures
2+
====================
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

Comments
 (0)