Concept check — write, then compare
Explain, step by step, how to reverse a singly linked list in place (the iterative three-pointer technique).
Your answer should cover:
1 → 2 → 3.You can write pseudocode or real code to support the explanation, but the why is the marked part.