Update illustration paths

This commit is contained in:
Angelos Chalaris
2023-02-16 22:26:39 +02:00
parent da31e8d138
commit 739c152b2f
18 changed files with 18 additions and 19 deletions

View File

@ -13,7 +13,7 @@ firstSeen: 2021-08-08T05:00:00-04:00
A linked list is a linear data structure that represents a collection of elements, where each element points to the next one. The first element in the linked list is the head and the last element is the tail.
![JavaScript Linked List visualization](./blog_images/ds-linked-list.png)
![JavaScript Linked List visualization](./illustrations/ds-linked-list.png)
Each element of a linked list data structure must have the following properties: