The primary goal of this project is to develop linked lists and then use the linked lists to build data structures.

computer science

Description

Goals 

The primary goal of this project is to develop linked lists and then use the linked lists to build data structures. This lab is broken into 2 parts. The first part is construction of the single linked list with all of its structure and functions. The second part is the use of the linked list to construct stacks and queues, and trees. The structures will then be used to store and search for data. The second part of the lab will be given next, as Lab 4. To build the data structure, you will have an interactive menu, with a menu choice that represents each of the functions below. In total, beyond the main, there are 10 functions, so 10 choices on the menu.

Instruction Files

Related Questions in computer science category