Skip to content

Commit

Permalink
Add doubly linked list to main README.
Browse files Browse the repository at this point in the history
  • Loading branch information
trekhleb committed Jul 5, 2018
1 parent d0499d2 commit 58640ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 58640ee

Please sign in to comment.