The first assignment for Master OOP Class
Python Code Doc: Please see the HTML files in the corresponding folder, you can download them and open them in your browser
Dynamic_Language_Python
│ Showcase.py
│ __init__.py
│
├─src
│ Grid.html
│ Grid.py
│ Sudoku.html
│ Sudoku.py
│ utils.html
│ utils.py
│ __init__.py
│
└─test
test_Grid.py
test_Sudoku.py
__init__.py
Java Code Doc: Please see the HTML files in the doc folder, you can download it and open the index.html file in your browser
Static_Language_Java
│ pom.xml
│
└───src
├───doc
│
├───main
│ └───java
│ Grid.java
│ ShowcaseApp.java
│ Sudoku.java
│ Utils.java
│
└───test
└───java
GridTest.java
SudokuTest.java