| | |
Description | Compatibility | Level/ Author | Views/ Date Submitted | User Rating |
| |
| |
 |
MergeSort111 | C++ (general) | Advanced / Arpit Mehta | 5690 since 9/19/2003 6:09:49 AM |
By 1 Users
|
| |
It sorts An arrya |
| |
| |
| |
 |
min,max and average | C | Beginner / 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 sort | C++ (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 pointers | Microsoft 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 Sort | C++ (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 function | C, 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 sort | C | Intermediate / 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 Sort | C, 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. (ScreenShot) |
| |
| |
| |
 |
PersonClass | C++ (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 #'s | C++ (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 |
| |