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
- Engineering Maths – Click Here
- Digital Logic (PDF Notes) – Click Here
- Computer Organization and Arch. (PDF Notes) – Click Here
- Algorithms (PDF Notes) – Click Here
- Theory of Computation (PDF Notes) – Click Here
- Compiler Design (PDF Notes) – Click Here
- Operating System (PDF Notes) – Click Here
- DBMS (PDF Notes) – Click Here
- Computer Networks (PDF Notes) – Click Here