Quick Sort on Linked List
https://iq.opengenus.org/quick-sort-on-linked-listPrerequisite: Quick Sort, Linked List. Before we begin discussing how to perform quicksort on linked lists, let's define what a linked list is and what quicksort is. Introduction to Linked List. Linked lists are linear data structures that are used to store data. However, unlike arrays, linked lists don't store their elements in consecutive ...