diff --git a/Project 5/Project 5_ Turtle Maze.pdf b/Project 5/Project 5_ Turtle Maze.pdf index dbdae14..956b497 100644 Binary files a/Project 5/Project 5_ Turtle Maze.pdf and b/Project 5/Project 5_ Turtle Maze.pdf differ diff --git a/Project 5/Stack.py b/Project 5/Stack.py index 780bb29..fe66070 100644 --- a/Project 5/Stack.py +++ b/Project 5/Stack.py @@ -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. ########################################## diff --git a/Project 5/TurtleMaze.py b/Project 5/TurtleMaze.py index bc21170..4f312fb 100644 --- a/Project 5/TurtleMaze.py +++ b/Project 5/TurtleMaze.py @@ -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 diff --git a/Project 5/__pycache__/LinkedList.cpython-314.pyc b/Project 5/__pycache__/LinkedList.cpython-314.pyc new file mode 100644 index 0000000..ca2e2b0 Binary files /dev/null and b/Project 5/__pycache__/LinkedList.cpython-314.pyc differ