Home Subjects Syllabus About & Contact Tools

Study Notes

Comprehensive notes for C programming and data structures — aligned with the curriculum.

AI Summary: Programming for Problem Solving introduces algorithmic thinking, C programming syntax, memory management, and fundamental data structures. It builds the core logical skills required for software development and computer science.

C Language

Complete Notes

Comprehensive C programming notes covering data types, conditionals, functions, arrays, recursion, pointers, structures, dynamic memory allocation, and file handling.

Data Types Control Flow Functions Arrays & Strings Pointers Structures Dynamic Memory File I/O

Data Structures

Complete Notes

Detailed data structures in C — covering stack, queue, linked list, graph, and tree algorithms with implementations and complexity analysis.

Stack & Queue Linked List Trees Graphs Searching Sorting