Thread: Recuresive Mergesort Algorithm

  1. #1
    Nawb
    Guest

    Recuresive Mergesort Algorithm

    Okay I am supposed to make a recursive mergesort algorithm. I cannot seem to find a way to make it work. Can someone help?

  2. #2
    Toaster Zach L.'s Avatar
    Join Date
    Aug 2001
    Posts
    2,686
    What have you tried so far, and where does the problem seem to be?
    The word rap as it applies to music is the result of a peculiar phonological rule which has stripped the word of its initial voiceless velar stop.

  3. #3
    Nawb
    Guest
    Well Ive tried doing 2 for loops and to make 2 seperate lists, then I call the function again recursively. It just gives me a illegal vector index when compiled

  4. #4
    Registered User HaLCy0n's Avatar
    Join Date
    Mar 2003
    Posts
    77
    Show us your attempts. We won't write this for you, but we can help you understand what you are doing wrong and help you fix it.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Implement of a Fast Time Series Evaluation Algorithm
    By BiGreat in forum C Programming
    Replies: 7
    Last Post: 12-04-2007, 02:30 AM
  2. Replies: 4
    Last Post: 12-10-2006, 07:08 PM
  3. Binary Search Trees Part III
    By Prelude in forum A Brief History of Cprogramming.com
    Replies: 16
    Last Post: 10-02-2004, 03:00 PM
  4. Request for comments
    By Prelude in forum A Brief History of Cprogramming.com
    Replies: 15
    Last Post: 01-02-2004, 10:33 AM