Sample Code - Introduction to Linked Lists

Here's my sample code for my intro to linked lists.

As you'll see below, you can download sample files in Jupyter Notebook (Python), plain Python, and Java.

Click below to download:

Linked List.ipynb

linked_list.py

TestNodeForLinkedLists.java