LC 876 . Middle of the Linked List (Easy)
๐: https://leetcode.com/problems/middle-of-the-linked-list/
Problem Statement
Given the head of a singly linked list, return the middle node of the linked list.
If there are two middle nodes, return
simranbali-dsa.hashnode.dev5 min read