Skip to content

Commit 58640ee

Browse files
committedJul 5, 2018
Add doubly linked list to main README.
1 parent d0499d2 commit 58640ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎README.md

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ the data.
2424
`B` - Beginner, `A` - Advanced
2525

2626
* `B` [Linked List](src/data-structures/linked-list)
27+
* `B` [Doubly Linked List](src/data-structures/doubly-linked-list)
2728
* `B` [Queue](src/data-structures/queue)
2829
* `B` [Stack](src/data-structures/stack)
2930
* `B` [Hash Table](src/data-structures/hash-table)

0 commit comments

Comments
 (0)
Please sign in to comment.