Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 269 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 269 Bytes

Seat-Allocation-Algorithm

Language: JAVA. Concept: OOPS. College Seat Allocated to students Based on their rank and preferences.And type of Seat to which student applied.I used HashMap, Sets etc.O(n*m) n is number of students and m means preferences allowed to fill.