Punit Patel's repositories
Language:Python000
Elevator_Simulation_Offline
Offline Behavior of an elevator. We already have a list of passengers, and we can pre-plan the elevators' behavior.
Language:C++000
Elevator_Simulation_Online
An algorithm to simulate elevator's behavior. (C++)
Language:C++000
Memory_manager
Memory Manager making use of Worst Fit Algorithm, and coalescing adjacent holes.
Language:C++000