Programmer's Heaven - For C C++ Pascal Delphi Visual Basic Assembler C# .Net java JSP ASP ASP.NET Javascript developers!

Members
Username:

Password:

Auto-login

Register
Why register?
Forgot Password?
Blogs new Blog section
Jobs
Webtools
Message Boards
FAQ
CodePedia
Free Magazines
User search
What's New
Top lists
RSS Feeds RSS Feed

Submit content
Contact Us
Link To Us
Help



Advanced Search
Newsletter
E-mail:


More information
Current area: HOME -> C / C++ -> Data Structures Adds this page to your personal favorites
  Data Structures

"Only For Ameture Programmers, the very basics in datastruce" v 0.0
Are You new to C OR Data structures then download this zip immediately. Get the basics of C cleared.They are simple and easy to understand programs Just for ametures
Size: 209 Kb  Downloads: 20004 Updated: 2003-2-4  Rating: 
Address Book v1.3
This is completely coaded in TurboC 3.0 language. Program made using linked list concept in C. Program has command line support for opening files. One can make groups for relatives, frainds etc.
Size: 21 Kb  Downloads: 4769 Updated: 2005-10-11  Rating: 
Addressbook using double-linked list v1.0
This example shows the use of a double-linked list by implementing an addressbook for the console. It has features like inserting, searching(linear), sorting(bubble sort), deleting and load/save to a file. I wrote this during my study of Applied Computer Science so it's intended mainly for stud...
Size: 33 Kb  Downloads: 9448 Updated: 2004-7-15  Rating: 
Advertisment
Array Filter 1.0
This is an array filter done using VC++ mainly C. Should anyone needs to learn arrays or some sort of array filter using C codes, you guys might want to look at this. (Dont be alarm with the prototypes Extract,Print is prototype used by the main to call their funtions and their variables{char , and ...
Size: 206 Kb  Downloads: 563 Updated: 2006-7-24  Rating: (Not Rated)
B-Trieve Indexing Module For C Programmers
B-PLUS is a versatile, carefully designed module for C programmers who need a fast, efficient program for indexing data files. B-PLUS allows data records to be retrieved based on a key value without regard to their position in the data file.
Size: 28 Kb  Downloads: 7041 Updated: 2000-9-28  Rating: (Not Rated)
Binary search tree and linked list implementation bujji2.0
This file contains the binary search tree implementation using c language and linked list implementation using c language both executable files.
Size: 21 Kb  Downloads: 4679 Updated: 2005-6-17  Rating: 
Binary search tree simulator v1.0
This program simulates a binary search tree and has options to optimize the binary search tree for maximum search efficiency. It has an option to view the tree and also to delete an item from it. This program is released to the public domain for academic purposes and for improving it. C Source i...
Size: 14 Kb  Downloads: 16926 Updated: 2002-7-8  Rating: 
C PROGRAMS USING DATASTRUCTURES v1.0
Programs like linklist, stack, simple queue, circular queue, priority circularqueue, linklist as stack, linklist as queue, binary tree & various operations on it, infix to postfix expression, infix to prefix expression
Size: 9 Kb  Downloads: 19024 Updated: 2004-5-13  Rating: 
Creation of linked list addition and deletion of nodes
It creates a linked list you can add, delete data as per your choice
Size: 0 Kb  Downloads: 7188 Updated: 2003-12-8  Rating: 
Data Structure for C 0.1
A Flexible Simple Data Structure Library for C. Make sure you look at the documentation for functions available, the test files for examples using those datastructure, Makefiles for how to compile using those structures. If you find any bugs or have comments, give me a kind email. I am very will...
Size: 0 Kb  Downloads: 1628 Updated: 2005-12-14  Rating: 
Data Structures
Linklist, stacks, queues, fcfs, priority, sjf process scheduling programs written in c
Size: 47 Kb  Downloads: 4415 Updated: 2006-2-24  Rating: 
Datastructure for the beginners v1.0
Demonstration of one way linked list helpful for the beginners
Size: 20 Kb  Downloads: 7916 Updated: 2003-10-22  Rating: 
Dictionary in C V1
This is a programs that implements binary tree algorithm to create a dictionary. i.e u can add a word and its meaning. Basic idea is to implement binary tree.
Size: 2 Kb  Downloads: 4970 Updated: 2003-5-3  Rating: 
DLINK , Linked list in C.
Size: 35 Kb  Downloads: 13731 Updated: 2000-9-29  Rating: (Not Rated)
Doubly link list 1.0
Description:The code is for creating adding deleting printing searching inserting... etc in doubly link list
Size: 1 Kb  Downloads: 18097 Updated: 2002-7-4  Rating: 
Dynamic stack lib for linux v1.00
This is a lib for using a dynamic stack in your linux programs. it is simple but very usefull. You can push elements to the stack of any type. Check out the header file for more information.
Size: 2 Kb  Downloads: 759 Updated: 2004-9-20  Rating: (Not Rated)
Erwin Data Structure Library v2.0.278
The Erwin library is a very efficient and robust data structure template library for C and C++. No templates are used; a Perl script generates C files. Vectors (dynamic arrays), lists, and hash tables (maps) of arbitrary key and value types are provided. Several tools are included for auto-generatin...
Size: 895 Kb  Downloads: 2576 Updated: 2005-8-11  Rating: (Not Rated)
FlexList - C Linked List Functions.
FlexList builds doubly linked lists of any type data. A unique stack-queue-list-array hybrid data structure is utilized thus enabling a flexlist to be accessed as an array, pushed and popped like a stack, or queued and dequeued like a queue.
Size: 72 Kb  Downloads: 9008 Updated: 2000-9-29  Rating: (Not Rated)
Hash Table Management (C source) 23/02/12
Open and Closed hashing .Suitable for any application requiring fast data-access.
Size: 13 Kb  Downloads: 9209 Updated: 2003-2-22  Rating: (Not Rated)
Implementation of queue using linked list
It insert an data in queue and bind it with a linked list
Size: 0 Kb  Downloads: 4770 Updated: 2003-12-19  Rating: (Not Rated)
Implementation of stack using array
Push and pop operation is done using array
Size: 0 Kb  Downloads: 4230 Updated: 2003-12-19  Rating: 
Implementation of stack using link list
It uses link list for push and pop operation
Size: 0 Kb  Downloads: 3992 Updated: 2003-12-19  Rating: 
Library For Large, Virtual & Huge Arrays
Size: 136 Kb  Downloads: 6546 Updated: 2000-9-29  Rating: (Not Rated)
Linked List 1.0
Linked List Routines -- the node structure definition and functions for : creating the list, inserting a new item (before first node, after the last node, before/after a node specified by a key), deleting an item (the first/last node or one specified by a key), viewing the list items, removing t...
Size: 10 Kb  Downloads: 12719 Updated: 2003-4-1  Rating: 
linked list as a datastructure. source code in C 1.0
This is a program developed in c for creation , deletion, insertion, reversal, searching, sorting, counting and displaying the nodes of a link list in c.
Size: 16 Kb  Downloads: 1874 Updated: 2007-4-21  Rating: 
Linked list using C (v1.0)
C program to demonstrate linear linked list. Contains file functions, mouse programing in text mode, colors in text mode, writing directly into VDU memory, bubble sorting techniques, adding, deleting, reversing, displaying the linked list.
Size: 25 Kb  Downloads: 4720 Updated: 2004-4-6  Rating: 
Linked list, I-Tree, Que, and Stack Library.
This file contains info for the linked list, que, and stack functions. A Simple test program has been written to give you an idea of how to use and call the functions, It's a spread sheet like program to test various linked list functions.
Size: 12 Kb  Downloads: 14451 Updated: 2000-9-29  Rating: 
Maze solving 1.00.0
Definition : this file contain an implementation of complete maze and it's solving its a clear and easy to understand implemetation By Masoud Kalali
Size: 1 Kb  Downloads: 6984 Updated: 2003-2-4  Rating: 
MTOOLS version 2.0
MTools is a public domain collection of programs to allow UNIX systems to read, write, and manipulate files on an MSDOS filesystem (typically a diskette). C source
Size: 61 Kb  Downloads: 2886 Updated: 2000-9-29  Rating: (Not Rated)
Programmer's Utility to Convert Any File to A Linkable List.
With C sourcecode.
Size: 38 Kb  Downloads: 10021 Updated: 1999-1-28  Rating: 
Shop1_3 - Arrays/Linked List/Binary Search Tree
This is a compilation of shop programs I wrote in 3 different ways or better said data structures from scratch. Shop 1 is implemented with an array. When the program starts it allocates memory on heap and gives 100 possibly entries of products (during runtime it is not possible to customize it). Sho...
Size: 188 Kb  Downloads: 685 Updated: 2007-6-4  Rating: (Not Rated)
Sorts 1.00.0
This file contain an array based implementation of 6 mature sort 1-Buble sort 2-Heap sort 3-Quick sort 4-Merge sort 5-Insertion sort 6-selection sort * there is a sample which show you how you can use this. By Masoud Kalali
Size: 1 Kb  Downloads: 10053 Updated: 2007-2-12  Rating: (Not Rated)
Stack v1.0
Basic Stack Implementation Functions: - create_stack: create a stack with the specified size, if size <= 0 then stack size is MAX_STACK_SIZE - destroy_stack: destroy the spesified stack - stack_size: get the number of elements in stack - push: put an element to the stack - pop: get an element from ...
Size: 13 Kb  Downloads: 183 Updated: 2007-12-21  Rating: (Not Rated)
Stack, queue, sorting exmaples in C/C++.
Including: 1> stack 2> queue 3> deque 4> sorting (bubble and insertion) 5> linklist(add and delete).
Size: 4 Kb  Downloads: 8138 Updated: 2004-12-23  Rating: 
Student Databse Manager v.10
I made this for my 1st year BS(CS) Final Programming Project. A Student Database Manager. Good example of using linked lists and filing for such Database applictions.
Size: 31 Kb  Downloads: 5988 Updated: 2003-8-1  Rating: 
The B-plus program a B-tree indexing file module for C
Programmers by hunter and associates B-plus is a versatile, carefully designed module for C programmers who need a fast, efficient program for indexing data files. B-plus allows data records to be retrieved based on a key value without regard to their position in the data file. The data records ...
Size: 18 Kb  Downloads: 12657 Updated: 2000-9-29  Rating: 
The LL project v1.2
General purpose double linked list. Features: * General purpose doble linked list. * Written in "C". * Configurable & flexible. * Cross compiling capabilities (I used standard libraries only). * fully commented (maybe exagerated commented). * Tested in the following compilers/plattaforms: - Borl...
Size: 15 Kb  Downloads: 1391 Updated: 2004-9-27  Rating: (Not Rated)
This is code for an abstract data type representing a circular
doubly linked list. This type of list is extemely usefull for everything from text editors to any type of dynamic storage.
Size: 4 Kb  Downloads: 10863 Updated: 2000-9-29  Rating: 
Virtual Array Functions/toolkit In C Language
Size: 15 Kb  Downloads: 5612 Updated: 2000-9-29  Rating: (Not Rated)


Found a broken link? Please report it to us.

  See also  
 Files
   C Sourcecode
    Data Sorting
    Strings
   C++ Sourcecode
    Data Structures
 Articles
   C Articles & Tutorials
    C Tutorials
   C++ Articles & Tutorials
    General C++ Articles
   General Articles
    Data formats
 

Sponsored Links 
Build IT Knowledge with Current & Trusted Content
Helps Employees Develop & Hone New Technical Programming Skills. Sign Up & Get Full Access.
Check Out IT Certification Preparation Materials
Sign Up With SkillSoft & Get Access to Training Materials for Over 50 Professional Certifications.
SFTP components for .NET
Add complete SSH and SFTP support to your .NET framework application
Virtual File System SDK
Create your own file systems in Windows and .NET applications
PureCM Software Configuration Management
Version control and integrated issue tracking - powerful and easy to use. Get your FREE trial now!
Buy a link now

Advertisement

  Free Magazine  
Free Magazines
DV Magazine is the premier monthly publication dedicated to the needs of digital video and web video professionals.
subscribe now


Newsletter Submit Content About Advertising Awards Contact Us Link to us    
© 1996-2008 Community Networks Ltd All rights reserved. Reproduction in whole or in part, in any form or medium without express written permission is prohibited. Violators of this policy may be subject to legal action. Please read Terms Of Use and Privacy Statement for more information. Development by ASP.NET Konsult - Synchron Data.