Pergunta de entrevista da empresa Diamondpick

This question tested my understanding of linked list manipulation, pointer logic, and memory efficiency. I explained both the brute-force approach and the optimal O(n) time, O(1) space solution using pointer traversal and alignment.