Skip to content

Commit de5f756

Browse files
authored
Update Resources.md with Stack and Heap links
Added resources for Stack and Heap data structures, including videos and links.
1 parent a99c248 commit de5f756

1 file changed

Lines changed: 17 additions & 1 deletion

File tree

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,20 @@
1+
Recommended for freshers. (Only how to use them, implementation will be covered in your dsa course)
2+
3+
COMPLETE STL
4+
5+
video: [https://www.youtube.com/watch?v=RRVYpIET_RU]
6+
7+
1. STACK
8+
19
[https://www.programiz.com/cpp-programming/stack]
10+
211
[https://www.youtube.com/watch?v=WK97Pj0wa7A&list=PL1w8k37X_6L9NXrP1D31hDTKcdAPIL0cG&index=10]
312

4-
Recommended for freshers.
13+
2. HEAP
14+
15+
[https://www.programiz.com/cpp-programming/priority-queue]
16+
17+
[https://www.youtube.com/watch?v=WhIcVlkZ19s&list=PL1w8k37X_6L9NXrP1D31hDTKcdAPIL0cG&index=12]
18+
19+
20+

0 commit comments

Comments
 (0)