79362485

Date: 2025-01-16 17:10:10
Score: 1.5
Natty:
Report link

Levenshtein coding is asymptotically optimal and preserves the ordering. It also has short codes for zero (0) and one (10) . It's not optimal for numbers in between (like 256 end 65536). It's also not that hard to implement.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
Posted by: Wolfgang Brehm