"You won't believe this one weird trick for solving Sudokus and other
puzzles."

Tarantella is an implementation of Knuth's Dancing Links algorithm. I
demonstrated in my 2017 Clojure Conj talk how it can be used to solve an
assortment of puzzles (https://youtu.be/TA9DBG8x-ys) and some of you may
have played around with the library after that talk.

I've recently made a number of improvements and refinements, and completely
overhauled the README. Those of you with an interest in puzzles and/or
constraint programming may enjoy reading through the README and getting a
feel for how this library can be applied to certain classes of constraint
problems.

Tarantella is also a great case study in the combination of speed and
expressiveness you can get by writing a Clojure API for a lower-level
implementation written in Java.

https://github.com/Engelberg/tarantella

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/clojure/CAORbMOPOPRZ%3DeJOWT3AKrzrfLTxq%2B4rOrGDpH5DxHLAOB0gxkQ%40mail.gmail.com.

Reply via email to