weixiao-zhan / ECE276B_PR1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ECE276B SP24 Project 1

Overview

In this assignment, you are required to implement dynammic programming for the Door-Key problems.

Door-key Problem

There are 7 test scenes you have to test and include in the report.

doorkey-5x5-normal
doorkey-6x6-normal doorkey-6x6-direct doorkey-6x6-shortcut
doorkey-8x8-normal doorkey-8x8-direct doorkey-8x8-shortcut

Installation

  • Install Python version 3.8 ~ 3.10
  • Install dependencies
pip install -r requirements.txt

Instruction

To run my solution, python3 doorkey.py

About


Languages

Language:Python 54.6%Language:TeX 36.4%Language:Jupyter Notebook 9.0%