Pregunta de entrevista de Amazon

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

Respuesta de la entrevista

Anónimo

14 mar 2010

Essentially the DOM with a Hash Table to check IDs.

1