Important alert: (current site time 7/15/2013 5:07:30 PM EDT)
 

Browse Category or Search Results

Search Results: Page 4 of 58 found. Entries 31 - 40 of 577 found
Jump to page: 1 2 3 4 5 6 7 8 9 ...

  Description
Compatibility
Level/
Author
Views/
Date
Submitted
User Rating
 
  A Simple C++ StackA Simple C++ StackC++ (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 IntegersA Simple Implementation of a Singly Linked List of IntegersC++ (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 ListA Simple Linked ListC, 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 StructureA Simple Queue Data StructureC++ (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 HeaderA Simple Union-find HeaderC++ (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 stackA stackC++ (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 codeA tambola ticket generation codeC, 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 FunctionalitiesA Template Linked List Class With Many FunctionalitiesC++ (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...Click here to see a screenshot of this code!(ScreenShot)
 
 
  A Templated Binary Tree ClassA Templated Binary Tree ClassC++ (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_ProgramA_n_Image_Component_Labeling_ProgramC++ (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...Click here to see a screenshot of this code!(ScreenShot)
 


Search Results: Page 4 of 58 found. Entries 31 - 40 of 577 found
Jump to page: 1 2 3 4 5 6 7 8 9 ...


Compatibility Filter Profile:

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