Pergunta de entrevista da empresa Glassbeam

write pseudo code to undo or track the events in MS Paint or CAD??

Resposta da entrevista

Sigiloso

17 de jun. de 2015

while drawing in MS Paint , the system will store the coordinates in form of stack data structure, so write the code as push and pop operations

3