WojtekTB / UCSD-Schedule-Visualizer

Chrome extension that creates a timetable of your WebReg classes and shows you where the class you are hovering over would fit in your schedule.
MIT License
5 stars 3 forks source link

adding ability to show multiple slots in one day #16

Closed WojtekTB closed 2 years ago

WojtekTB commented 2 years ago

adding ability to show multiple slots in one day

The cost is that looking up a time slot to use for that day is now O(n) where n is number of event objects created instead of O(1) but the number of objects should never be more that a couple so shouldn't be a big deal.

Fix for #13