| | |
Description | Compatibility | Level/ Author | Views/ Date Submitted | User Rating |
| |
| |
 |
A Bubble sort | C | Beginner / PRITESH A TARAL | 4397 since 11/26/2008 10:40:18 AM |
By 1 Users
|
| |
It accept n numbers,& Sort them in ascending order step by step |
| |
| |
| |
 |
A Doubly Linked List With Iterators (const_iterator, iterator) | C++ (general), Microsoft Visual C++, Borland C++, UNIX C++ | Advanced / Gonzales Cenelia | 6786 since 7/25/2005 3:48:22 PM |
By 2 Users
|
| |
This class implements a double linked list with iterators (const_iterator and iterator)
Iterators facilitates many operations on linked list and containers in general. With them
you can manipulate elements anywhere in a list very efficiently. Iterator ...(description truncated) (ScreenShot) |
| |
| |
| |
 |
A Generic 2-D Array | C++ (general) | Intermediate / Roger Zhang | 2921 since 4/8/2005 8:30:20 PM | Unrated
|
| |
Define a simple 2-dimensional array template |
| |
| |
| |
 |
A Generic Linked List | C | Beginner / Roger Zhang | 6490 since 9/19/2005 7:00:54 PM |
By 2 Users 2 Excellent Ratings
|
| |
It defines a generic linked list in C similar to the C++ std::list except that memory allocation of data members is up to the user, i.e. the list stores void pointers only. |
| |
| |
| |
 |
A Generic Queue in C | C | Intermediate / Roger Zhang | 8251 since 4/8/2005 6:52:46 PM | Unrated
|
| |
It defines a generic FIFO queue in C similar to the C++ std::queue except that memory allocation for data members is up to the user, i.e. the queue stores void pointers only. |
| |
| |
| |
 |
A Generic Stack in C | C | Intermediate / Roger Zhang | 5515 since 4/8/2005 6:49:23 PM | Unrated
|
| |
It defines a generic LIFO stack similar to the C++ std::stack except that memory allocation for data members is up to the user, i.e. the stack stores void pointers only. |
| |
| |
| |
 |
A Hashtable Template Class | C++ (general), Microsoft Visual C++ | Intermediate / Eric Hodges | 8990 since 3/5/2002 7:32:09 PM |
By 1 Users
|
| |
This is the template hashtable class used in my Scripting language. It includes a stack to handle scope issues. Please look it over and vote |
| |
| |
| |
 |
a pointer example | C | Beginner / Dr. Apache | 5918 since 9/6/2002 10:59:25 PM |
By 7 Users 6 Excellent Ratings
|
| |
Demonstrates a simple example of a pointer in C. |
| |
| |
| |
 |
A Recursive Solution to the Hanoi Towers Puzzle | C++ (general), Microsoft Visual C++, Borland C++, UNIX C++ | Intermediate / Gonzales Cenelia | 6973 since 8/22/2005 4:54:05 PM |
By 1 Users
|
| |
This program implements a C++ solution to the well known "Hanoi Towers Puzzle",this algorithm simply use recursion to solve the puzzle for any given number of disks in the original position (usualy,all the disk are staked on the first
peg and there are 3 ...(description truncated) |
| |
| |
| |
 |
A Selection Sort | C, C++ (general), Microsoft Visual C++, Borland C++ | Beginner / PRITESH A TARAL | 4283 since 12/2/2008 3:33:23 PM | Unrated
|
| |
IT ACCEPT THE 'n' NUMBERS AND SORT THEM BY USING SELECTION SORT ,YOU CAN WATCH THE STEP BY STEP OUTPUT,THIS IS IDEAL PROGRAM FOR SORTING...(RUN IT & ENJOY)
(RATE IT ) |
| |