Skip to content

Lmy0217/Combinatorics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Combinatorics Homework

License

简体中文

Combinatorics homework.

Development Environment

  • Eclipse Oxygen.1 Release (4.7.1)
  • JDK 1.8

Code Structure

  • homework1 -- homework #1 (Sudoku)
    • Sudoku.java -- test class of Sudoku, the instructions of API is in main method
    • Matrix.java -- matrix class, the whole Sudoku as a matrix
    • Block.java -- block class, a matrix contains N * N blocks
    • Grid.java -- grid class, a block contains N * N grids
  • homework2 -- homework #2 (3Sum)
    • ThreeSum.java -- solver class of 3Sum puzzle, the instructions of API is in main method

License

MIT License

About

Combinatorics homework.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages