Pergunta de entrevista da empresa Plume Design

How would you speed up a basic loop operation regarding cycling through mac addresses to find devices on a network

Resposta da entrevista

Sigiloso

2 de mar. de 2021

Store them in a hash map when you make the API call, make the key the mac addressses and value the object reference

1