Search:

Type: Posts; User: ilikespeed

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    5,668

    I cut the variables down to one but now the...

    I cut the variables down to one but now the program won't compile at all:



    #include<iostream>
    using namespace std;

    #define MAX_LIST_LEN 2000

    int main(){
  2. Replies
    3
    Views
    5,668

    Insertion Sort Counting Comparisons

    I'm trying to print the number of comparisons made when doing an insertion sort and the program compiles without a problem but after being prompted to type in however many numbers are necessary, when...
Results 1 to 2 of 2