If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > Delphi, C etc > Insertion sort algorithm for linked list

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 09-23-03, 01:15
loko_jah loko_jah is offline
Registered User
 
Join Date: Sep 2003
Location: australia
Posts: 2
Question Insertion sort algorithm for linked list

hi everybody,
I've got this program that i am doing actually.
I have to use insertion sort to sort a linked list.
i've got the length of the link list.
The link is as follows :
typedef struct node* link;
struct node { int item; link next; };

if anybody could help me ASAP, that would be great !
thanks !
Reply With Quote
  #2 (permalink)  
Old 10-08-03, 09:37
HaZ HaZ is offline
Registered User
 
Join Date: Oct 2003
Posts: 2
hmmmm... this wouldn't happen to be for Melbourne University subject 433-253 project 2 would it?

do ur own work u lazy git. not even a hard assignment.
Reply With Quote
  #3 (permalink)  
Old 10-08-03, 13:41
loko_jah loko_jah is offline
Registered User
 
Join Date: Sep 2003
Location: australia
Posts: 2
hei ,
it is for the 433-253 project...
I've already done the insertion sort, and the msort...
but my problem is that in the specs they ask for your msort' to return two lists.. i just don't understand it ..
that's all ...
if you could give me some details of what they actually want me to do.. that would be helpful...
Reply With Quote
  #4 (permalink)  
Old 10-09-03, 00:49
HaZ HaZ is offline
Registered User
 
Join Date: Oct 2003
Posts: 2
i can help you
email me ur details: hazzard43(a.t.)fastmail.fm
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On