Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • \$\begingroup\$ Since the code is 122Tb, you'd need to store it in multiple 16Tb files. Then the OS has to give to dc probably 122Tb*2 (code, stack) memory from RAM and swap. Nobody knows how dc and the OS will behave under these extreme conditions. But I like the idea behind the algorithm, +1, assuming the Python generator is bug free. \$\endgroup\$ Commented Feb 6, 2021 at 17:05
  • \$\begingroup\$ Note the characters A-F also push their values (10-15) onto the stack \$\endgroup\$ Commented Feb 6, 2021 at 17:44