| | |
Description | Compatibility | Level/ Author | Views/ Date Submitted | User Rating |
| |
| |
 |
A Simple C++ Stack | C++ (general), Microsoft Visual C++, Borland C++, UNIX C++ | Intermediate / Gonzales Cenelia | 7250 since 8/22/2005 2:33:47 PM |
By 1 Users
|
| |
These program implements a stack and use a static array to store the data,there is a lot of methods for manipulating the data: "push", "pop", "size"... |
| |
| |
| |
 |
A Simple Implementation of a Singly Linked List of Integers | C++ (general) | Intermediate / Labaria | 7240 since 12/6/2005 12:04:19 AM |
By 1 Users
|
| |
This code is a simple implementation of a singly linked list of integers. |
| |
| |
| |
 |
A Simple Linked List | C, C++ (general) | Intermediate / Maqsood | 4787 since 2/8/2010 9:19:25 AM | Unrated
|
| |
A simple linked list example with various list operations. Demonstrates how to use a linked list class with a separate Node class.
A good example for someone who want to learn about linked lists.
Please comment |
| |
Please support the site by visiting our
sponsor:
|
| |
| |
 |
A Simple Queue Data Structure | C++ (general) | Intermediate / Gonzales Cenelia | 5349 since 11/14/2005 10:20:02 PM | Unrated
|
| |
This code illustrates the "Queue Data Structure", it has the following methods: "push", "pop", "empty". "size", "front" and "back" |
| |
| |
| |
 |
A Simple Union-find Header | C++ (general) | Intermediate / Roger Zhang | 5598 since 4/17/2005 8:05:13 PM |
By 3 Users
|
| |
If you want to implement something like Kruskal's MST, or the greedy TSP construction algorithm, you may need this.
Key operations include inserting data, testing equivalence, making equivalence, etc. |
| |
| |
| |
 |
A stack | C++ (general), Microsoft Visual C++ | Beginner / Irene Sam | 6132 since 1/8/2003 8:17:57 AM |
By 3 Users 2 Excellent Ratings
|
| |
This is a stack data structure game. If you enter a positive number, the number will push into the stack. However, if you enter a negative number, the last five number of the stack will be pop out from the stack and printed out the number that have been p ...(description truncated) |
| |
| |
| |
 |
A tambola ticket generation code | C, Borland C++ | Intermediate / Shantanu Bansal | 14855 since 6/26/2004 6:45:07 AM |
By 2 Users
|
| |
Please, rate this code, Your vote - our motivation
by Shantanu Bansal
This code is to generate random nos. for tambola tickets.
feel the magic of programming,
Any question mail at : shanban@rediffmail.com |
| |
| |
| |
 |
A Template Linked List Class With Many Functionalities | C++ (general), Microsoft Visual C++, Borland C++, UNIX C++ | Intermediate / Gonzales Cenelia | 4371 since 7/15/2005 12:24:46 PM | Unrated
|
| |
This code features a singly linked list data structure with functions such as: insert_node, insert_front, insert_after, search... (ScreenShot) |
| |
| |
| |
 |
A Templated Binary Tree Class | C++ (general), Microsoft Visual C++ | Intermediate / Joseph A. Konney II | 8391 since 5/13/2002 8:19:48 PM |
By 2 Users
|
| |
This is my example of a templated binary tree class and its usage. Comes with sample program. Operations include inserting and deleting nodes, listing nodes in preoder, postorder and inorder and deleting the tree or a subtree. Feedback is welcome. |
| |
| |
| |
 |
A_n_Image_Component_Labeling_Program | C++ (general), Microsoft Visual C++, Borland C++ | Intermediate / Ahmed Wageeh El-Hamouly | 4249 since 4/30/2002 12:27:11 PM | Unrated
|
| |
It cuts the image into components, so that u can see each component seperatly, application on linked queues.. A project by Cairo University Students... (ScreenShot) |
| |