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
- Host: GitHub
- URL: https://github.com/alpha74/c_cpp-projects
- Owner: alpha74
- Created: 2018-08-12T05:50:02.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-09-01T08:37:04.000Z (over 1 year ago)
- Last Synced: 2025-04-07T02:42:03.320Z (9 months ago)
- Topics: c, cpp, cpp-programs, cpp-project, pacman, projects, student-record
- Language: C++
- Homepage:
- Size: 89.8 KB
- Stars: 1
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.