Skip to main content
Two new repositories uploaded to my GitHub
I have added the files for "Online Tic-Tac-Toe Database Manager" and "Dynamic& Greedy Solutions for The Job Scheduling Problem" to my GitHub.
- The first one is a database management program with a simple UI in Java that can perform tasks such as adding or removing players, game sessions, and showing leaderboards by accessing a database created in MySQL. I created this for my "Databases" course.
- The second one involves both a greedy and a dynamic solution for the job scheduling problem in Java. This project was for my "Design and Analysis of Algorithms" course.
Comments
Post a Comment
What's your idea?