They asked me to reverse a singly linked list iteratively.
Anonymous
I explained the logic using three pointers (prev, current, next), wrote clean code, and walked through an example to show my understanding.
Check out your Company Bowl for anonymous work chats.