These are small projects implemented in C and C++.
- Converts CSV to Text file for use of certain file processing programs.
- Implements concept of Definite Finite Automata as of course "Theory of Computation".
- Implements a Student Record system using Linked Lists, Dynamic Memory Allocation.
- Pacman finds food using Breadth First Search. Input is a given state space. Project on AI.
- Shows realtime position of Pacman 'P'.
- Simulates Ricart Agarwala MCA.