Skip to Main Content
Introduction to Computational Modeling Using C and Open-Source Tools
book

Introduction to Computational Modeling Using C and Open-Source Tools

by Jose M. Garrido
November 2013
Intermediate to advanced content levelIntermediate to advanced
461 pages
12h 1m
English
CRC Press
Content preview from Introduction to Computational Modeling Using C and Open-Source Tools
Chapter 10
Linked Lists
10.1 Introduction
A linked list is a data structure that consists of a sequence of data items of the
same or similar types and each data item or node has one or more links to another
node. This data structure is dynamic in the sense that the number of data items can
change. A linked list can grow and shrink during the execution of the program that
is manipulating it. Recall that an array is also a data structure that stores a collection
of data items, but the array is static because once it is created, more elements cannot
be added or removed.
This chapter discusses the basic forms of simple linked lists, double-ended linked
lists, ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Computer Fundamentals and Programming in C (RMK)

Computer Fundamentals and Programming in C (RMK)

Anita Goel, Ajay Mittal

Publisher Resources

ISBN: 9781482216783