Add doubly linked list to main README.

This commit is contained in:
Oleksii Trekhleb 2018-07-05 15:45:15 +03:00
parent d0499d2544
commit 58640ee7b5

View File

@ -24,6 +24,7 @@ the data.
`B` - Beginner, `A` - Advanced
* `B` [Linked List](src/data-structures/linked-list)
* `B` [Doubly Linked List](src/data-structures/doubly-linked-list)
* `B` [Queue](src/data-structures/queue)
* `B` [Stack](src/data-structures/stack)
* `B` [Hash Table](src/data-structures/hash-table)