2026-08-26
Language: Unknown
Link: https://github.com/VismayaaRajan/placement-week-scheduler
Anyone who's lived through a university placement week knows the chaos: dozens of companies, hundreds of students, overlapping interview slots, last-minute cancellations, and a spreadsheet that turns to soup by Tuesday afternoon. placement-week-scheduler takes a swing at that exact problem — a constraint-based interview scheduler with something most homegrown scripts skip: live disruption replanning.
The one-line description hints at a genuinely non-trivial architecture:
This kind of problem sits in a sweet spot for solver libraries like Google OR-Tools, MiniZinc, or Python-constraint. It's the sort of side project where a student solves a real pain they experienced firsthand — usually the best kind of software.
Who might find this useful:
Zero stars, zero description on topics, and no README fanfare — but the problem framing is sharp and the "live disruption" angle suggests the author actually thought past the happy-path solve. Worth a look if you enjoy watching solvers do useful work.
