![]() |
|
#1
|
|||
|
|||
merging two sorted linklist problemcan someone tell me where is the bug
the merge function is not working as desired CPP / C++ / C Code:
Last edited by LuciWiz : 21-Apr-2005 at 01:10.
Reason: Please insert your C++ code between [c++] & [/c++] tags
|
|||
|
#2
|
||||
|
||||
|
CPP / C++ / C Code:
1) Use more meaninful names. Instead of using the letter p to denote the front of the list, try using "front". And instead of using "link" to denote the pointer to the next node in the list, try using "next". Most of your variable names are quite meaningless to the naked eye. 2) Write the pseudo-code first. The "big bang" is not a good method of programming. Plan, then execute. Don't ever just start writing code for a program unless it is completely trivial. 3) Use C and /C tags when posting code on this forum... it adds syntax hilighting that makes it much easier to help you! And no... it does not do it automatically, someone edited your post for the sake of the people reading it! So, be sure to use the C and /C tags whenever you post code on this forum! __________________
-Aaron |
|
#3
|
||||
|
||||
|
Here is a proper algorithm for merging two sorted lists.
CPP / C++ / C Code:
__________________
-Aaron |
|
#4
|
|||
|
|||
|
This is classical problem.
CPP / C++ / C Code:
Agha Khan ahmedshujaa@hotmail.com Last edited by LuciWiz : 10-May-2005 at 02:59.
Reason: Please insert your C code between [c] & [/c] tags
|
Recent GIDBlog
Toyota - 2009 May Promotion by Nihal
| Thread Tools | Search this Thread |
| Rate This Thread | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Airport Log program using 3D linked List : problem reading from file | batrsau | C Programming Language | 11 | 29-Feb-2008 08:44 |
| [CONTEST?]Data Structure Test | dsmith | C Programming Language | 2 | 06-Jun-2004 16:13 |
| C I/O problem | kelly80 | C Programming Language | 4 | 27-Apr-2004 21:15 |
| Another FX 5600 problem (but with details that might shed light on this) | BobDaDuck | Computer Hardware Forum | 2 | 16-Apr-2004 08:53 |
| How I sorted my website compression problem | jrobbio | MySQL / PHP Forum | 0 | 05-Mar-2003 21:41 |
Network Sites: GIDNetwork · GIDWebHosts · GIDSearch · Learning Journal by J de Silva, The