From 8f8bc4ff49263ba5f5ec2a3e5eeced38dbe00134 Mon Sep 17 00:00:00 2001 From: Benjamin Adovasio Date: Fri, 13 Mar 2026 07:51:21 -0400 Subject: [PATCH] added resources used --- Project 4/LinkedList.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project 4/LinkedList.py b/Project 4/LinkedList.py index b5939d9..076c767 100644 --- a/Project 4/LinkedList.py +++ b/Project 4/LinkedList.py @@ -3,7 +3,7 @@ # Linked List implementation # Date: 03/13/2026 # Name: Benjamin Adovasio -# Resources Used: +# Resources Used: https://docs.python.org/3/tutorial/datastructures.html ########################################## from __future__ import annotations