Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/easen/isudoku-solver
A 9x9 or 12x12 sudoku solver written in Objective-C using the Cocoa framework
https://github.com/easen/isudoku-solver
Last synced: 2 months ago
JSON representation
A 9x9 or 12x12 sudoku solver written in Objective-C using the Cocoa framework
- Host: GitHub
- URL: https://github.com/easen/isudoku-solver
- Owner: Easen
- Created: 2010-03-03T20:34:22.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2011-01-05T23:02:56.000Z (about 14 years ago)
- Last Synced: 2023-03-11T00:07:50.378Z (almost 2 years ago)
- Language: Objective-C
- Homepage:
- Size: 994 KB
- Stars: 9
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
iSudokuSolver - README
This is very small application which can solve 9x9 and 12x12 sudoku's via brute force.
It is written in Objective-C using the Mac OS X Cocoa framework.