Gale Shapley Algorithm : Wiki
Stable Matching : Wiki
We developed a web platform similar to https://josaa.nic.in (It is the official counseling platform to allocate seats to JEE candidates)
Working:
- 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.
- Final list of the students with the colleges is made ready.


