Allocation System
Download Link
This was a project build in C# and runs in the console. It demonstrates the use of Interfaces and Abstraction. It implements linked lists and binary search trees. Please note that this project was not about developing graphical user interfaces (GUIs).
Program notes:
- This program is essential used for managing school/university subjects.
- An admin must allocate teachers and students to the system.
- Admin username: admin, Admin password: admin.
- The teachers can create subjects and enter student grades.
- The students can allocate themselves to classes.