Pergunta de entrevista da empresa Amazon

Design a system to store an HTML page in memory such that each ID is guaranteed to apply to a single HTML element.

Resposta da entrevista

Sigiloso

14 de mar. de 2010

Essentially the DOM with a Hash Table to check IDs.

1