Pergunta de entrevista da empresa Microsoft

Implement an API which supports stack-like API + get max, i.e: * top() * pop() *push(elem) * get_max()

Resposta da entrevista

Sigiloso

25 de ago. de 2022

Solution includes 2 stacks (1 regular and one stack of maximums)

3