We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0499d2 commit 58640eeCopy full SHA for 58640ee
README.md
@@ -24,6 +24,7 @@ the data.
24
`B` - Beginner, `A` - Advanced
25
26
* `B` [Linked List](src/data-structures/linked-list)
27
+* `B` [Doubly Linked List](src/data-structures/doubly-linked-list)
28
* `B` [Queue](src/data-structures/queue)
29
* `B` [Stack](src/data-structures/stack)
30
* `B` [Hash Table](src/data-structures/hash-table)
0 commit comments