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.
Provided with a random integer array/list(ARR) of size N, you have been required to sort this array using 'Insertion Sort'.