Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 644 Bytes

Readme.md

File metadata and controls

21 lines (15 loc) · 644 Bytes

Vehicle parking

Test exercise for Project X application

General information

  • Problem statement to submission: 1 hour
  • Language: Objective-C
  • Team: 1 iOS developer

Problem statement

Make a basic simulation of car parking software

  • An app should check whether there is a parking place for a car or truck
  • A car should be able to park on any parking place available: truck or car
  • A truck should only be able to park on truck parking place

Requirements

  • Code should be easy to read and understand
  • High code testability
  • Code should be flexible to allow quick and effortless extension for more vehicle types