Frage im Vorstellungsgespräch bei HashedIn by Deloitte

Optimize the coding question from the written test and implement a stack using a circular linked list.

Antwort im Vorstellungsgespräch

Anonym

18. Okt. 2017

Tried best to have common loop variable so that it doesn't consume extra space. Wen't on thinking about using negation of logic instead of straight forward logic.

1