Algorithsm to Convert Linked List to Back to Front (Recursion or Two Pointer) March 12, 2021 algorithms, c / c++, recursive No Comments Given a singly linked list node, reorder it such that we take: the last node, and then the first node, and then the second last node, and then the … [Continue Reading...]