📄️ In-Place Reversal
This technique reverse the links between a set of nodes of a linked list using the existing node objects and without using extra memory.
📄️ Fast and Slow Pointers
This technique uses two pointers that traverse the input data at different speeds.