Intel Corporation interview question

how to reverse a link list without recursion?

Interview Answer

Anonymous

Oct 8, 2021

Push all elements in the stack and pop all elements out. I think this should work