Amazon Interview Question

Design a parking lot

Interview Answers

Anonymous

Feb 8, 2012

A 2D array is pretty much the best data structure that I can think of for this situation

Anonymous

Feb 20, 2013

What about a hash map?