2a4fab05b878
Update
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Sat, 20 Aug 2016 20:50:08 +0000 |
parents | 90ff43e88ba6 |
children | 90344ede06c9 |
branches/tags | (none) |
files | README.markdown |
Changes
--- a/README.markdown Sat Aug 20 13:23:15 2016 +0000 +++ b/README.markdown Sat Aug 20 20:50:08 2016 +0000 @@ -64,6 +64,7 @@ [beast]: http://bitbucket.org/sjl/beast [IRDC talks]: https://www.reddit.com/r/roguelikes/comments/4wwlx2/are_any_of_the_talks_from_the_recent_irdc_getting/ [New England Lisp Games Conference talks]: http://xelf.me/nelgc-videos.html +[bdd]: https://en.wikipedia.org/wiki/Binary_decision_diagram ## June 2016 @@ -1150,3 +1151,6 @@ ### 2016-08-20 * Finished the final episode of [Coding Math][]! +* Started playing around with [Binary Decision Diagrams][bdd]. Made a trivial + implementation and some code to build/eval them and draw them with Graphviz. + Watched part of Knuth's "Fun with BDDs" talk as inspiration.