Skip to content

ZacGuanEr/SYSU_Master_OOP_Assignment_0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SYSU_CS_Master_OOP_Assignment_0 Sudoku

The first assignment for Master OOP Class

Code Structure:

For Dynamic Language Python

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

For Static Language Java

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published