Mega Code Archive
Search
.Net
ASP .Net
ASP .Net Tutorial
C#
C# Book
C# by API
C# Tutorial
VB.Net
VB.Net by API
VB.Net Tutorial
Visual C++ .Net
VisualBasic Script
Java
Java
Java Book
Java by API
Java Tutorial
Script
Flash ActionScript
Flex
JavaScript DHTML
JavaScript Reference
JavaScript Tutorial
Database
MSSQL
MSSQL Tutorial
MySQL
MySQL Tutorial
Oracle PLSQL
Oracle PLSQL Tutorial
PostgreSQL
Languages
Android
C
C Tutorial
C++
C++ Tutorial
Delphi
Perl
PHP
Python
Python Tutorial
Ruby
Silverlight
Office
MSOfficeExcel 2007 Tutorial
MSOfficePowerPoint 2007 Tutorial
MSOfficeWord 2007 Tutorial
Data
XML
XML Tutorial
C
Data Structure Algorithm 77 codes
Home
C
Data Structure Algorithm
1 2d example insertion sort [linked list]
2 A bigger bubble sort application
3 A bubble sort on int array
4 A circular queue example using a keyboard buffer
5 A Quicksort for files
6 A Quicksort for strings
7 A Quicksort for structures of type address
8 A simple four-function calculator
9 Add two long positive intergers
10 Basic binary search tree routines
11 Basic double linked list fragment
12 Basic hash example
13 Basic linked list example
14 Basic linked list example .. interactive
15 Basics of a family tree
16 Basics of a family tree 2
17 Binary search
18 Binary search [int array]
19 Binary search [string pointer array]
20 Bsort, bubble sort [array]
21 Bubble sort [linked list]
22 Bubble sort [string array]
23 Circular Linked List in C
24 Displays a binary tree
25 Dynamic (re)size array
26 Dynamic array of structures
27 Dynamic string arrays
28 Hash, use shift-folding snip
29 How to use sysmtem quick sort
30 Hsort, heap sort [array]
31 Illustrates the use and maintenance of doubly linked lists
32 Infix To Prefix Conversion
33 Insertion sort [linked list]
34 Investigating the family
35 Isort, insertion sort [array]
36 Linked List implementation
37 Linked list queue example
38 Linked list stack example
39 Merge sort [linked list]
40 Msort, merge sort [array]
41 No sort, but reversing a [linked list]
42 Program for Circular Queue implementation through Array
43 Program for demonstration of Tree Operations - INSERTION . INORDER
44 Program for finding the transpose of a martix in sparse form
45 Program for Queue implementation through Array
46 Program for Queue implementation through Linked List
47 Program for Stack implementation through Array
48 Program to add two polynomials
49 Program to demonstrate linked list operations
50 Program to implement Stack as Linked List
51 Qcksort, quick sort [array]
52 Qsort [array of pointers to structures]
53 Qsort [string array]
54 Qsort [string, dynamic pointer array]
55 Queue implementation using single linkedlist
56 Queue in C
57 Quick sort on two dimensional string array
58 Rat in a Maze Game implemented in C
59 Reversal of a singly linklist by recursion
60 Search An Element in Linked List
61 Selection sort [linked list]
62 Self-referential structure, example from K and R
63 Shsort, shell sort [array]
64 Sort
65 Ssort, selection sort [array]
66 Stack in C
67 The Binary search
68 The Bubble Sort
69 The Insertion Sort
70 The Quicksort
71 The Selection Sort
72 The Shaker Sort
73 The Shell Sort
74 To Sort Elements Of The Array Using Quick Sort Algorithm
75 Treesort [string array]
76 Use the system quick sort
77 XOR list example