Pergunta de entrevista da empresa Atlassian

Open ended coding question about taking data, preprocessing it, and then turning it into a linked list and displaying information about it like (print all above x, all above y, etc. ) Analyze complexity, change it to be faster, etc.

Resposta da entrevista

Sigiloso

6 de abr. de 2023

I used a hashmap to get all of them and then really turned it into a hashmap of linked lists. It was pretty janky but .. hey I passed?