adding animation

This commit is contained in:
Jidong Xiao
2023-10-02 10:58:42 -04:00
parent f04c83f428
commit 8e2189de61

View File

@@ -162,6 +162,8 @@ cout << "1st value: " << ll->value << "\n"
![alt text](linking.png "linking")
- Play this [animation](https://jidongxiao.github.io/CSCI1200-DataStructures/animations/lists/creation/index.html) to see how this program works.
## 10.5 Definition: A Linked List
- The definition is recursive: A linked list is either: