added imports

This commit is contained in:
2026-03-30 09:16:47 -04:00
parent ee4da2417d
commit 97bdfd1907
4 changed files with 11 additions and 0 deletions

11
Project 5/TurtleDFS.py Normal file
View File

@@ -0,0 +1,11 @@
######################################
# DCS 229 -- TurtleDFS
# Depth-First Search implementation for Turtle Maze
# Date: 03/29/2026
# Name: Benjamin Adovasio
# Resources Used: I worked with Pat Cohen on the project.
##########################################
import os
from Stack import Stack
from TurtleMaze import TurtleMaze, Cell, Contents