Added partner name

This commit is contained in:
2026-03-28 13:42:50 -04:00
parent 05d5b66dec
commit f566e71a48
4 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@@ -3,7 +3,7 @@
# Stack data structure implemented with Linked List
# Date:
# Name:
# Resources Used: LinkedList.py from Project 4
# Resources Used: LinkedList.py from Project 4. I also worked with Pat Cohen on the project.
##########################################

View File

@@ -3,7 +3,7 @@
# Utility file with the TurtleMaze class.
# Date: March 13, 2026
# Name: Prof. Andy Ricci
# Resources Used: https://runestone.academy/ns/books/published/pythonds/Recursion/ExploringaMaze.html
# Resources Used: https://runestone.academy/ns/books/published/pythonds/Recursion/ExploringaMaze.html. I also worked with Pat Cohen on the project.
##########################################
from __future__ import annotations

Binary file not shown.