algorithms
algorithms copied to clipboard
Add linked list "middle node" problem
LC example of this is: https://leetcode.com/problems/middle-of-the-linked-list/description/
This is a basic and fundamental problem to solve when learning linked lists, so this could be added to the linked list data structure algorithms folder.