I am unable to run Quick sort for singly Linked list. m not able to put the condition for recursive call in quick sort function

后端 未结 0 1241
轻奢々
轻奢々 2020-12-29 16:36

/* SORTING SINGLY LINKED LIST USING QUICK SORT ALGORITHM */

/Function to get the pivot node/

node *partition(node *start, node *end)
{
if (sta         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题