/* SORTING SINGLY LINKED LIST USING QUICK SORT ALGORITHM */
/Function to get the pivot node/
node *partition(node *start, node *end) { if (sta