Connecting Tech Pros Worldwide Forums | Help | Site Map

Performing quicksort on a linked list

Newbie
 
Join Date: Sep 2007
Location: delhi
Posts: 5
#1: Sep 28 '07
write a program in c for quick sort of linklist?

Member
 
Join Date: Jul 2007
Location: The Earth
Posts: 115
#2: Sep 28 '07

re: Performing quicksort on a linked list


Quote:

Originally Posted by deenu

write a program in c for quick sort of linklist?

Have a look at these sites.
I am not very good at explaining

http://en.wikipedia.org/wiki/Linked_list
http://richardbowles.tripod.com/cpp/...t/linklist.htm
sicarie's Avatar
Moderator
 
Join Date: Nov 2006
Location: USA
Posts: 3,929
#3: Sep 28 '07

re: Performing quicksort on a linked list


Did you have a question amongst those question marks? (PS - what came before them looked more like a statement than a question about linked lists)

Where are you stuck. Have you tried this? Do you know the library you need to include to be able to call a linked list? Do you have the quicksort algorithm?
Newbie
 
Join Date: Sep 2007
Location: delhi
Posts: 5
#4: Sep 28 '07

re: Performing quicksort on a linked list


Quote:

Originally Posted by sicarie

Did you have a question amongst those question marks? (PS - what came before them looked more like a statement than a question about linked lists)

Where are you stuck. Have you tried this? Do you know the library you need to include to be able to call a linked list? Do you have the quicksort algorithm?

actualy i need the code of quick sort of link list..in c
plzz help
sicarie's Avatar
Moderator
 
Join Date: Nov 2006
Location: USA
Posts: 3,929
#5: Sep 28 '07

re: Performing quicksort on a linked list


Quote:

Originally Posted by deenu

actualy i need the code of quick sort of link list..in c
plzz help

Nobody here is going to write code for you. We can help you if you're stuck and you post what you have tried, but I am certainly not going to help you cheat by writing it for you.
Newbie
 
Join Date: Sep 2007
Location: delhi
Posts: 5
#6: Sep 28 '07

re: Performing quicksort on a linked list


Quote:

Originally Posted by deenu

write a program in c for quick sort of linklist?

i want the coding for quick sort of linklist in c...
i searched it in google but could not find it..
sicarie's Avatar
Moderator
 
Join Date: Nov 2006
Location: USA
Posts: 3,929
#7: Sep 28 '07

re: Performing quicksort on a linked list


The experts on this site are more than happy to help you with your problems but they cannot do your assignment/program for you. Attempt the assignment/program yourself first and post questions regarding any difficulties you have or about a particular function of the code that you don't know how to achieve.

Please read the Posting Guidelines and particularly the Coursework Posting Guidelines.

Then when you are ready post a new question in this thread.
Newbie
 
Join Date: Sep 2007
Location: delhi
Posts: 5
#8: Sep 28 '07

re: Performing quicksort on a linked list


Quote:

Originally Posted by sicarie

Nobody here is going to write code for you. We can help you if you're stuck and you post what you have tried, but I am certainly not going to help you cheat by writing it for you.

do as your wish ...
there are many who will help me
sicarie's Avatar
Moderator
 
Join Date: Nov 2006
Location: USA
Posts: 3,929
#9: Sep 28 '07

re: Performing quicksort on a linked list


Not here, tiger. Ask again and you will be banned.

But if you choose to try it, there are lots of us who will try to help.
Newbie
 
Join Date: Sep 2007
Location: delhi
Posts: 5
#10: Sep 28 '07

re: Performing quicksort on a linked list


Quote:

Originally Posted by sicarie

Nobody here is going to write code for you. We can help you if you're stuck and you post what you have tried, but I am certainly not going to help you cheat by writing it for you.

i am a retired person..
i just wanted it for help
i am learning c program
what i will cheat for at this age???????
sicarie's Avatar
Moderator
 
Join Date: Nov 2006
Location: USA
Posts: 3,929
#11: Sep 28 '07

re: Performing quicksort on a linked list


Quote:

Originally Posted by deenu

i am a retired person..
i just wanted it for help
i am learning c program
what i will cheat for at this age???????

If you're learning, then learn it. Do it yourself. Best way to learn. I'm done discussing this with you.
JosAH's Avatar
Expert
 
Join Date: Mar 2007
Posts: 10,611
#12: Sep 28 '07

re: Performing quicksort on a linked list


Quote:

Originally Posted by deenu

i am a retired person..
i just wanted it for help
i am learning c program
what i will cheat for at this age???????

You wouldn't believe the lame excuses people come up with; what if somone,
somewhere gives you boilerplate code for this algorithm? Have you learned anything
from it then? I sincerely doubt it.

kind regards,

Jos
Reply


Similar C / C++ bytes