Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 741 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 741 Bytes

Cpp

C and C++ Projects

These are small projects implemented in C and C++.

1. CSV-to-TXT Parser

  • Converts CSV to Text file for use of certain file processing programs.

2. Definite Finite Automata

  • Implements concept of Definite Finite Automata as of course "Theory of Computation".

3. Student Record System

  • Implements a Student Record system using Linked Lists, Dynamic Memory Allocation.

4. Pacman Food Search using BFS.

  • Pacman finds food using Breadth First Search. Input is a given state space. Project on AI.
  • Shows realtime position of Pacman 'P'.

5. Ricart Agarwala Mutual Exclusion Algo

  • Simulates Ricart Agarwala MCA.