User Profile

Collapse

Profile Sidebar

Collapse
Sendell
Sendell
Last Activity: Nov 30 '06, 01:14 AM
Joined: Sep 28 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Sendell
    replied to Quicksort
    in C
    Ahh, perfect. Thanks!
    See more | Go to post

    Leave a comment:


  • Sendell
    started a topic Quicksort
    in C

    Quicksort

    Sorry that this is such a trivial question...

    For an assignment I had to write the quicksort program:
    Code:
     //This program sorts a set of integers using the quicksort method.
    
    
    #include "stdafx.h"
    #include "genlib.h"
    #include "simpio.h"
    #include <stdio.h>
    
    #define size 7
    
    void getArray(int arr[size]);
    void quicksort(int arr[size],
    ...
    See more | Go to post
No activity results to display
Show More
Working...