Skip to content

Commit 94066fc

Browse files
authored
UPDATED README:
1 parent 90f7534 commit 94066fc

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,23 @@
2222

2323
- **Bank Management System**: Simulate basic banking operations.
2424

25+
- **Chess Game with AI**: Play chess against an AI using algorithmic evaluation for moves.
26+
27+
- **Tinder-Like App**: Create profiles, swipe, and match users with persistent storage and algorithmic matching.
28+
29+
- **Time Table Generator**: Generate optimized timetables using a Genetic Algorithm, handling all edge cases.
30+
31+
- **Graph Analyzer**: Analyze graphs to detect cycles, compute shortest paths, connectivity, diameter, radius, and other metrics.
32+
33+
- **3D Maze Generator & Solver**: Generate 3D mazes and find the shortest solution path using algorithmic approaches.
34+
35+
- **Mini Database Engine**: Perform CRUD operations on multiple tables, query data, and persist it with file handling.
36+
37+
- **Operating System Process Simulator**: Simulate process scheduling, CPU allocation, and resource management.
38+
39+
- **Semester Grade Calculator**: Calculate grades, GPA, and provide detailed semester summaries based on marks and credits.
40+
41+
2542
---
2643

2744
## 🧱 Tech Stack

0 commit comments

Comments
 (0)