A web platform similar to https://josaa.nic.in (Official counseling platform to allocate seats to JEE candidates)
Gale Shapley Algorithm : Wiki
Stable Matching: Wiki
- Students fill their preferences and lock their choices before the deadline.
- The Allocator then runs the algorithm for each round allocating the student to the respective colleges. (Multiple round allocation is implemented).
- It takes care of various factors like gender and category in determining the matching.
- Students have choices of Frreze, Float, Slide or Remove the application.
- Final list of the students with the colleges is made ready.
- Addition of more complicated factors like Foreign National and Specially Abled Category.
- Improvements on the frontend.