Programming and DS

Programming  in C, Recursion, Arrays, stacks, queues, linked lists, trees, binary search trees, binary heaps, graphs

Detailed Syllabus covered in Notes

Arrays (Row Major order, Column Major order, Binary addressing), Operators in C, Pointers in C, Structures (Self referential Structures, Malloc), Recursion, Linked List (Single linked list, double linked list, traversal, insertion and deletion), Stacks and Queues, Trees, Graphs (BFS and DFS), Hashing (Direct Address Table, Chaining, Open Addressing, Linear Probing, Quadratic Probic, Double Hashing)

Related Links