Skip to Content
Programming Algorithms in Lisp: Writing Efficient Programs with Examples in ANSI Common Lisp
book

Programming Algorithms in Lisp: Writing Efficient Programs with Examples in ANSI Common Lisp

by Vsevolod Domkin
January 2021
Intermediate to advanced
380 pages
8h 46m
English
Apress
Content preview from Programming Algorithms in Lisp: Writing Efficient Programs with Examples in ANSI Common Lisp
© Vsevolod Domkin 2021
V. DomkinProgramming Algorithms in Lisphttps://doi.org/10.1007/978-1-4842-6428-7_6

6. Linked Lists

Vsevolod Domkin1  
(1)
Kyiv, Ukraine
 
../images/502489_1_En_6_Chapter/502489_1_En_6_Figa_HTML.png

Linked data structures are in many ways the opposite of the contiguous ones that we have explored to some extent in the previous chapter using the example of arrays. In terms of complexity, they fail where those ones shine (first of all, at random access), but prevail at scenarios when a repeated modification is necessary. In general, they are much more flexible and so allow the programmer to represent almost any kind of a data structure, although the ones that require such level of flexibility ...

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

Practical Common Lisp

Practical Common Lisp

Peter Seibel
The Go Programming Language

The Go Programming Language

Alan A. A. Donovan, Brian W. Kernighan

Publisher Resources

ISBN: 9781484264287Purchase LinkPublisher Website