Thread: Help With Merging Sorted Lists of Strings

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    *this
    Join Date
    Mar 2005
    Posts
    498
    heres an example of what i did, maybe you can check the logic of it, it works perfectly just a different setup.

    http://cboard.cprogramming.com/showthread.php?t=64249

    EDIT: my example is of type linear, currently working on a recursive function.
    Last edited by JoshR; 04-13-2005 at 11:31 PM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. separating mixed list into sorted two lists
    By transgalactic2 in forum C Programming
    Replies: 24
    Last Post: 04-20-2009, 03:32 PM
  2. Merging two lists as one
    By Lone in forum C++ Programming
    Replies: 1
    Last Post: 03-17-2005, 03:59 PM
  3. Radix Sort, Strings, and Linked Lists
    By dark paladin in forum C++ Programming
    Replies: 2
    Last Post: 04-24-2003, 03:24 PM
  4. merging two linked lists..
    By Makimura in forum C++ Programming
    Replies: 2
    Last Post: 11-14-2001, 12:34 PM
  5. Merging Linked Lists
    By Unregistered in forum C++ Programming
    Replies: 3
    Last Post: 09-23-2001, 07:08 PM