Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Find middle of LinkedList

Find middle of a singly linked list

Example:

Input :

1->2->3->4->5->NULL

Output: :

3