The Middle of a Linked List
Tortoise Algorithm
Nov 26, 20232 min read

Search for a command to run...
Tortoise Algorithm

Introduction A linked list is a collection of nodes and is a linear data structure. The elements are not stored in contiguous memory locations. Each node has a single descendant. There is no memory wastage as we can create and delete nodes at the run...
