Welcome to the "Java Linked List Sorting" project! This repository showcases the implementation of a linked list and insertion sort in Java, as well as an explanation of the project's key components.
// Given a linked list, find and return the midpoint. // If the length of linked list is even, return the first mid point.