Course: Data Science and Big Data - Maze Solver Assignment
VerifiedAdded on 2019/09/20
|1
|263
|147
Homework Assignment
AI Summary
This assignment involves creating a maze solver using programming. The student is expected to implement functions to move through the maze, check for completion, and interact with the environment. The solution includes functions like `getTotalKeys()`, `getCurrentKeys()`, `getNumSteps()`, `getCurrentPosition()`, `readMaze()`, `printMaze()`, `isComplete()`, `move()`, and `look()`. The assignment requires the student to understand and apply data structures and algorithms to navigate the maze efficiently. The provided solution demonstrates the implementation of these functions, enabling the user to solve the maze and understand the underlying concepts of data science and algorithmic problem-solving. The assignment is designed to enhance the student's understanding of Data Science and Big Data concepts by applying them in a practical context.