Fudmottin / Collatz

Produces a user defined number of Collatz sequences with randomly generated seeds up to a user defined size.
MIT License
0 stars 0 forks source link

Be Cool If . . . #1

Open jacksonbrumbaugh opened 2 months ago

jacksonbrumbaugh commented 2 months ago

would be super cool if this could output in JSON - just sayin' 🙃😏😉

Fudmottin commented 1 month ago

I think that would be fairly trivial. What data would you want in a JSON file? That is, what would you want it to look like so that you can parse it? The text is not difficult to parse. Can JSON deal with large integers? The code as it stands has no upper limit beyond available memory.