Skip to content

Commit d3e240d

Browse files
committed
Adjust folder structures
1 parent 3106be6 commit d3e240d

File tree

14 files changed

+487
-527
lines changed

14 files changed

+487
-527
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,11 @@ Remember that each data has its own trade-offs. And you need to pay attention mo
2222
`B` - Beginner, `A` - Advanced
2323

2424
* `B` [Array](data-structures/Array)
25+
* `B` [Array](data-structures/Array)
26+
* `B` [Vector](data-structures/Array)
2527
* `B` [Linked List](data-structures/LinkedList)
26-
* `B` [Doubly Linked List](data-structures/DoublyLinkedList)
28+
* `B` [Singly Linked List](data-structures/LinkedList)
29+
* `B` [Doubly Linked List](data-structures/DoublyLinkedList)
2730
* `B` [Queue](data-structures/Queue)
2831
* `B` [Stack](data-structures/Stack)
2932

data-structures/DoublyLinkedList/CMakeLists.txt

-27
This file was deleted.

data-structures/DoublyLinkedList/README.md

-101
This file was deleted.

data-structures/DoublyLinkedList/__test__/test_DoublyLinkedList.cpp

-191
This file was deleted.

data-structures/DoublyLinkedList/build.sh

-19
This file was deleted.

data-structures/DoublyLinkedList/clean.sh

-7
This file was deleted.

0 commit comments

Comments
 (0)