Skip to content

Commit 820b238

Browse files
author
Wakidur Rahaman
committed
added data structure
1 parent ae186ec commit 820b238

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

README.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,21 @@ be accessed and modified efficiently. More exactly, a data structure is a collec
6060
values, the relationships among them, and the functions or operations that can be applied to
6161
the data.
6262

63-
-[ ] Queue
64-
-[ ] Stack
65-
63+
- ✅ done
64+
- ⬜ Arrays
65+
- ⬜ Hash Tables
66+
- ⬜ Singly Linked Lists
67+
- ⬜ Doubly Linked Lists
68+
- ⬜ Queues
69+
- ⬜ Stacks
70+
- ⬜ Trees
71+
- ⬜ BST
72+
- ⬜ AVL
73+
- ⬜ Trees
74+
- ⬜ Red Black Trees,
75+
- ⬜ Binary Heaps
76+
- ⬜ Tries
77+
- ⬜ Graphs
6678
## Algorithms
6779

6880
An algorithm is an unambiguous specification of how to solve a class of problems. It is

0 commit comments

Comments
 (0)