Lucian Tash
Lucian Tash
And you should be able to enter new inputs and press run/buttons even if an animation is currently running.
@jacksherling could investigate if this bug still exists perhaps
Played around with these changes and it looks great!! I like that it automatically switches the hashing type if you put something different. Not sure if maybe non-alphanumeric keys like...
Good stuff! I'm noticing that the True Hash Function type doesn't seem to let anything be entered [(see gif here)](https://gyazo.com/d97853782780392c8ffd59dbfdfc371b). Maybe this is an issue with line 267 in Hash.js...
I noticed it on algorithms like you said. On LSD Radix Sort, it happened during Dr. HB's lecture. I think she had the page up for a while off-screen, then...
Working on this here: https://github.com/luciankt/visualization-tool/tree/pseudocode-rewrite
Hey, thanks for your comments! I'm glad to hear that you and others outside the course find the tool useful, and I (and probably the other contributors) absolutely want to...
New update! We've settled on a "three option" design where users can toggle between no pseudocode, the current code-like pseudocode, and English pseudocode. I think this strikes the balance of...
Complete
Good catch, I noticed this too and it's being fixed as part of #292.