A console-based project developed for CSE124 – Data Structure Lab, demonstrating core data structure concepts through an amusement park management simulation.
You can run this project in two ways:
Simply run: main.exe
Navigate to the src folder and run: gcc *.c -o main; .\main
This project is released under the MIT License.