Residual Number System

By Glados – Custom level – uploaded 23 Apr 2025 from Android
PlayEdit 1 player liked this.
Issues trying to play levels? Troubleshoot issues playing levels

Views: 24 - Downloads: 14 - Level ID: 1224

Comments

25 days ago Glados: @dsilverz using numbers that are prime with each other is the way to encode numbers in this system, so it's always like that. There is a video about it called "Strange counters (residue number systems)"
25 days ago dsilverz: Errata: "... current max value (7 × 5 × 3 × 2) ..." (my previous comment uses asterisk which was parsed as markdown)
25 days ago dsilverz: Nice. Just a tip: the current max value (7*5*3*2) is okay considering the current set of numbers (7, 5, 3 and 2), but other sets (e.g., 8,9,3,4) would require calculating the Least Common Multiplier (LCM) for max.