Skip to content

Instantly share code, notes, and snippets.

@geoherna
Created April 18, 2019 20:10
Show Gist options
  • Save geoherna/709c047eeca89fe0718254f41e69f048 to your computer and use it in GitHub Desktop.
Save geoherna/709c047eeca89fe0718254f41e69f048 to your computer and use it in GitHub Desktop.
Design a Parking Lot

Design a Parking Lot

Constraints:

  • Account for parking spots of all types / sizes (truck, compact, handicapped. etc)

  • Spots are assigned per ticket (no random parking)

  • Things like employees, pricing, special events, weather considerations are NOT relevant and do not need to be considered.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment