Important alert: (current site time 7/15/2013 5:52:36 PM EDT)
 

Browse Category or Search Results

Search Results: Page 6 of 12 found. Entries 51 - 60 of 110 found
Jump to page: ... 1 2 3 4 5 6 7 8 9 10 11 ...

  Description
Compatibility
Level/
Author
Views/
Date
Submitted
User Rating
 
  MergeSort111MergeSort111C++ (general)Advanced /
Arpit Mehta
5690 since
9/19/2003 6:09:49 AM

By 1 Users

       It sorts An arrya
 
 
  min,max and averagemin,max and averageCBeginner /
Ahmed El-kilany
3185 since
5/23/2008 1:01:36 PM

By 1 Users

       to find maximum , minimum and calculate average
 
 
  multi-dimensional array bubble sortmulti-dimensional array bubble sortC++ (general)Beginner /
David J
6657 since
4/16/2000 12:35:28 AM
Unrated
       Source code to sort a multi-dimensional array. Works with MSVC++ 6.0 Not sure about other compilers.
 
Please support the site by visiting our sponsor:
 
  name sorting using pointersname sorting using pointersMicrosoft Visual C++Beginner /
Cameron T
3764 since
1/24/2004 1:36:59 AM
Unrated
       Creates a list and inserts a name at the top and at the bottom. Using pointers.
 
 
  natural Merge Sortnatural Merge SortC++ (general)Beginner /
Erik Minkin
9960 since
2/5/2002 8:47:37 PM
Unrated
       Natural MergeSort implemented in this simple example. Sorts randomly filled vector<int> v. Split sort and merge using deque a & b. Can be easily converted into template. Please let me know what you think and consider to give rating
 
 
  Non-Recursive ANSI/ISO quicksort functionNon-Recursive ANSI/ISO quicksort functionC, C++ (general), Microsoft Visual C++, Borland C++, UNIX C++Intermediate /
Bob Stout (republished under Open Content License)
5179 since
7/25/2000 4:23:46 PM
Unrated
       Sorts an array starting at base, of length nbr_elements, each element of size width_bytes, ordered via compare_function, which is called as (*compare_function)(ptr_to_element1, ptr_to_element2) and returns < 0 if element1 < element2, 0 if element1 = ...(description truncated)
 
 
  one way  & bidirectional bubble sortone way & bidirectional bubble sortCIntermediate /
Nikhil.N
5186 since
4/16/2001 5:13:58 AM
Unrated
       This program accomplishes a bubble sort in two directions.Fron the start as well as the end of the array list.This code also demonstrates the one wat bubble sort and compares their efficiences.
 
 
  Parallel Bitonic SortParallel Bitonic SortC, C++ (general), Microsoft Visual C++Intermediate /
Prasad Priyadarshana Fernando
2001 since
4/21/2011 4:43:45 PM
Unrated
       Execute the Bitonic Sort Algorithm in parallel. Use Fork-Join and Pipe-Line mechanisms.Click here to see a screenshot of this code!(ScreenShot)
 
 
  PersonClassPersonClassC++ (general), Microsoft Visual C++Advanced /
AJ1
2369 since
10/28/2002 6:37:40 PM
Unrated
       This is a small program that uses a class and pointers to pointers to sort names in alphabetical order.
 
 
  prime #'sprime #'sC++ (general), Microsoft Visual C++, Borland C++, UNIX C++Beginner /
WildE
3171 since
4/5/2002 10:37:17 PM

By 2 Users

       outputs the prime numbers through 100
 


Search Results: Page 6 of 12 found. Entries 51 - 60 of 110 found
Jump to page: ... 1 2 3 4 5 6 7 8 9 10 11 ...


Compatibility Filter Profile:

C
C++ (general)
Microsoft Visual C++
Borland C++
UNIX C++