Why do I make lots of files? Because I always break my own code and have to go back a few steps to find a working version that I can then rebuild with the new code.
The github for all this code is at https://github.com/hpssjellis/fred/tree/main/public/eth
The website demo equivalent of this page is at https://hpssjellis.github.io/fred/public/eth/
ast01.html crap
ast02.html loading array
ast03.html crap
ast04.html crap
ast05.html Presently here getting it parsed, now trying to add distance and time.
split01.html testing splits works but wrong
split02.html bit cleaner but wrong
split03.html trying converted from c++
split04.html showing results
split05.html split and list using recursion not the shift operators. A bit more complex. I probably will not use this.
ast06.html Kind of doing stuff, not really working yet. An OK code backup
ast07.html Potion add may be wrong
ast08.html latest as a proper link
max-d-min-t01.html Attempt to optimise a list of distance and time for max distance min time
max-d-min-t02.html works
max-d-set-t01.html now with set time indicies are bad
max-d-set-t02.html attempt 2
max-d-set-t03.html attempt 3, Now this works.
max-d-set-t04.html BigInt safe
max-d-split-t01.html add split and list (meet in the middle code) Uggghh it is incorrect somehow. Back to the BigInt safe method
max-d-set-t04.html BigInt safe