C++ Homework Help

Main menu

Forums

C++ Tutorial


www.cpp4u.com > C++ Source Code > Data Structures > Linked List

Linked List

Linked List
Web-pages
LIFO -
Program that is used to store the number using Last In First Out (LIFO).

FIFO -
Program that is used to store the number using First In First Out (FIFO).

Text Menu -
This is a telephone book simulation program that uses a DOS based menu system. A linked list has been implemented. You will have to save the provided text file on a floppy in order to use the program. Or, you could modify the code accordingly.

Link List Merging -
Merge Two Sorted Linked List To Form A Third LInked List

Program for Implementing Double Circular Linked List -
Inserting, deleting and displaying elements in the Double Circular Linked List

Link List using MFC -
This code helps you to understand how Link List programming is done by using MFC. This will help you in building link list using CList class.

Generic Linked List Tree -
This is the continuing of Linked list code i submited several weeks ago. It is an example how to transform a liked list into a tree

Vivek Patel C++ Sources -
Data Structures(Arrays, Linked List, Stack) and Algorithm related sources.

Telephone book [zip] -
This is a telephone book simulation program that uses a DOS based menu system. A linked list has been implemented. You will have to save the provided text file on a floppy in order to use the program. Or, you could modify the code accordingly. Auther Victor Ouko

Linked List -
C++ implementation of Singlely Linked List, Doubly Linked List, Circularly Linked List, Doubly Circularly Linked List. Author: Justin C. Miller

List using Arrays -
"A C++ Program to implement the List Class using Arrays.Author:Muhammad Tahir Shahzad URL www.wol.net.pk/mtshome TurboC"

Linked List as a Stack -
"A C++ Program to illustrate the implementation of Linked List as a Stack using Graphics.Author:Muhammad Tahir Shahzad URL www.wol.net.pk/mtshome TurboC"

Linked List as a Queue using Graphics -
"A C++ Program to illustrate the implementation of Linked List as a Queue using Graphics.Author:Muhammad Tahir Shahzad URL www.wol.net.pk/mtshome TurboC"

Double Ended Linked List as a Stack -
"A C++ Program to illustrate the implementation of Double Ended Linked List as a Stack using Graphics.Author:Muhammad Tahir Shahzad URL www.wol.net.pk/mtshome TurboC"

Double Ended Linked List as a Queue using Graphics -
"A C++ Program to illustrate the implementation of Double Ended Linked List as a Queue using Graphics.Author:Muhammad Tahir Shahzad URL www.wol.net.pk/mtshome TurboC"

Linked List as a Stack -
"A C++ Program to illustrate the implementation of Linked List as a Stack.Author:Muhammad Tahir Shahzad URL www.wol.net.pk/mtshome TurboC"

Linked List as a Queue -
"A C++ Program to illustrate the implementation of Linked List as a Queue.Author:Muhammad Tahir Shahzad URL www.wol.net.pk/mtshome TurboC"

Double Ended Linked List as a Stack -
"A C++ Program to illustrate the implementation of Double Ended Linked List as a Stack.Author:Muhammad Tahir Shahzad URL www.wol.net.pk/mtshome TurboC"

Double Ended Linked List as a Queue -
"A C++ Program to illustrate the implementation of Double Ended Linked List as a Queue.Author:Muhammad Tahir Shahzad URL www.wol.net.pk/mtshome"

Linked List Sorting -
"A C++ Program to print a Single Ended Linked List in Original & Reverse Order and sort it in Ascending & Decending Order.Author:Muhammad Tahir Shahzad URL www.wol.net.pk/mtshome TurboC"

Infix Expression into a Postfix Expression using Linked List -
"A C++ Program to convert an Infix Expression into a Postfix Expression using Linked List as a Stack.Author:Muhammad Tahir Shahzad URL www.wol.net.pk/mtshome TurboC"

Sparse Matrix using Linked List -
"A C++ Program to implement Sparse Matrix using Linked List.Author:Muhammad Tahir Shahzad URL www.wol.net.pk/mtshome TurboC"

Linked list as a Binary Search Tree -
"A C++ Program to illustrate the implementation of linked list as a Binary Search Tree using Graphics.Author:Muhammad Tahir Shahzad URL www.wol.net.pk/mtshome TurboC"

linked list as a Binary Search Tree -
"A C++ Program to illustrate the implementation of linked list as a Binary Search Tree.Author:Muhammad Tahir Shahzad URL www.wol.net.pk/mtshome TurboC"

Links


Top Categories