Michael Doornbos
About
CV
Projects
PGP Key
X
Apparently it’s Fibonacci day (who makes up these days). Anyway, seems like a fun job for my crazy slow 1991 Sharp 9300C Hat tip to Andy Anderson for bringing this to my attention #FibonacciDay
▸
Nov 23, 2021
▸
Michael Doornbos
▸
1 words
https://videopress.com/v/xQNFOufO?resizeToParent=true&cover=true&preloadContent=metadata
← This took me a while to figure out: All permutations of a naturally ordered string. In Python/Rust I'd use recursion, but on an 8-Bit you run out of space on the stack pretty quickly. Managed to come up with a working iterative version. Now I'll redo it in Assembly ;-) #commodore
Back to noodling during lunch with the "AI" computer player algorithm for this "connect five" game which I can still pretty handily beat. #commodore #appleII →