MCPcopy Create free account
hub / github.com/Vishruth-S/CompetitiveCode / solution.py

File solution.py

InterviewBit_problems/Sorting/Hotel Booking/solution.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1'''
2- A hotel manager has to process N advance bookings of rooms for the next season.
3His hotel has C rooms. Bookings contain a list A of arrival date and a list B of departure date.
4He wants to find out whether there are enough rooms in the hotel to satisfy the demand.

Callers

nothing calls this directly

Calls 1

hotelFunction · 0.85

Tested by

no test coverage detected