Pergunta de entrevista da empresa Pole Star

create some parking app giving a string separating comas and store them into a list.

Resposta da entrevista

Sigiloso

19 de fev. de 2019

I did write 3 solutions, 1. classic way. 2. more efficient trying to have the best linear time, 3. using interfaces in order to have lots of room for expansion. added even a way to terminate the program. Also added lots of comments and a readme file explaining.