Viewing profile — wchargin
wchargin
HN member- Joined
- Tue, Mar 11, 2014, 2:30 PM UTC
- HN karma
- 8
- Public activity
- 3 items
- HN profile
- View on Hacker News ↗
About wchargin
wchargin.com
Recent public activity
-
comment
Comment #41072991
Hmm… consider the following. Your FSM is acyclic iff you can assign each state an integer depth such that a state at depth d only ever transitions to states at depths strictly grea…
-
comment
Comment #37334391
Nice work! I had a similar idea and also wrote a little solver in Rust [1]. I chose the same benchmark puzzle as is in your code, and it solves in ~25 microseconds on my laptop (i7…
-
comment
Comment #22072581
Hey, I wrote one of these, too! Mine generates and solves all possible puzzles (with my dictionary, there are 54733) in about 1.8 seconds on my six-year-old laptop, and can also ty…