How to resolve the algorithm Doubly-linked list/Element insertion step by step in the Common Lisp programming language

Published on 12 May 2024 09:40 PM

How to resolve the algorithm Doubly-linked list/Element insertion step by step in the Common Lisp programming language

Table of Contents

Problem Statement

This is much like inserting into a Singly-Linked List, but with added assignments so that the backwards-pointing links remain correct.

Let's start with the solution: