Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
hrzn
on Oct 6, 2024
|
parent
|
context
|
favorite
| on:
Arthur Whitney's one liner sudoku solver (2011)
A few years back I made a modest attempt at writing a concise yet readable sudoku solver in Python - in about 29 lines:
https://github.com/hrzn/sudoku/blob/master/sudoku.py
Could have been made shorter at the price of readability.
forgotpwd16
on Oct 6, 2024
[–]
Looks nice. Since imports numpy can utilize (more of) numpy's operations to squeeze validation functions and nested fors to one. Should result in shorter code but readability will probably depend on reader's experience in array programming.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Could have been made shorter at the price of readability.