An open API service indexing awesome lists of open source software.

https://github.com/alpha74/c_cpp-projects

Few of my Good C/C++ college level projects
https://github.com/alpha74/c_cpp-projects

c cpp cpp-programs cpp-project pacman projects student-record

Last synced: 6 months ago
JSON representation

Few of my Good C/C++ college level projects

Awesome Lists containing this project

README

          

# 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.