Skip Navigation
Hacker News @lemmy.smeargle.fans

Encoding tic-tac-toe in 15 bits

cbarrick.dev

Encoding tic-tac-toe in 15 bits

General Programming Discussion @lemmy.ml

Encoding tic-tac-toe in 15 bits

1 comments
  • log(3^9)÷log(2) is 14.26. So ya, 15 bits for a naive encoding. Amazes me they wrote a whole blog post for such a trivial thing. Doesn't seem like their intent was trying to be educational for those new to base math or CS.