This repository contains a collection of labs, tutorials, viva questions, assignments, and past year question answers from my university coursework:
- Fundamentals of Programming
- Data Structures
- Variables, Data Types, and Operators
- Control Structures (if/else, loops, switch)
- Functions and Parameter Passing
- Arrays and Strings
- File Input/Output
- Classes and Objects
- Generics and Templates
- Abstract Data Types (ADT)
- Linked Lists (Singly, Doubly)
- Stacks
- Queues
- Recursion
- Graphs and Traversals
- Searching and Sorting Algorithms
- Binary Search Trees (BST)