Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 369 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 369 Bytes

iOS Interview 1

The task is to implement the Shop protocol (you can do that in this file directly).

  • No database or any other storage is required, just store data in memory
  • No any smart search, use String method contains (case sensitive/insensitive - does not matter)
  • Performance optimizations for listProductsByName and listProductsByProducer are optional