Advertisement
5_2007-2008 Complete Applications #188764

A Basic Linked List I

This is an introduction to Linked Lists. This is the first of a set of tutorials that will build on the preceding tutorial. The end result is a Car Parts application that uses a Linked List and random access to create and maintain persistent data. This verson has the following functions/methods: 1- Add() - adds a node, at the head, to the linked list 2- Remove() - deletes a node from the linked list 3- DisplayLL - displays the entries in the linked list to the screen

AI

Riepilogo AI: This codebase represents a historical implementation of the logic described in the metadata. Our preservation engine analyzes the structure to provide context for modern developers.

Codice sorgente
original-source
Upload
Commenti originali (3)
Recuperato da Wayback Machine