![]() |
|
|
|
Thread Tools | Display Modes |
|
|
|
|
#1 |
|
Newbie
Join Date: Feb 2008
Posts: 6
Rep Power: 0
![]() |
Linked Lists: Insertion Sort, RECURSIVELY
how does one do a recursive insertion sort on a linked list, particularly with these given parameters:
InsertSortR(std::string ItemName, ListItemNode* &node); Also, how does one do a recursive traverse of a linked list, AND something else at the same time, such as add up values in that linked list? |
|
|
|
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Pointers and Linked Lists | BstrucT | C | 8 | Feb 11th, 2008 2:33 AM |
| Linked Lists | Eric the Red | C++ | 6 | Mar 19th, 2006 12:47 AM |
| Linked list insertion at the tail | elford | Java | 9 | Jan 7th, 2006 9:04 AM |
| Changing Array structures to Linked Lists? | kalulu | C | 4 | Nov 29th, 2005 6:33 AM |
| Circularly Linked Lists | Silme | C | 15 | Nov 4th, 2005 7:58 PM |