Data Structures GATE CS Syllabus : Arrays, stacks, queues, linked lists, trees , binary search trees , binary heaps , graphs.
Algorithms Lectures and GATE CS Previous Year Questions(PYQ) Slides by Monalisa Pradhan
-> Chapter 1 : Arrays [Array using pointer ,1D and 2D,Array Location in Memory]
->Chapter 2 : stacks & queues [stacks, (Stack permutation , Postfix , Recursion, TOH) queues (Linear Queue, Circular Queue)]
->Chapter 3 : linked lists [Singly , Circular , Doubly linked list , Doubly Circular linked list]
->Chapter 4: trees [tree traversal, binary search trees , AVL tree ]
->Chapter 5: graphs[Intro , DFS , BFS]