Liam Jones
Liam Jones
Adds pseudocode for Boyer Moore (including the Galil Rule), KMP, Rabin Karp and Brute Force. For each of them, the pseudocode isn't generated until the algorithm starts (because the pattern...
There isn't a clear button for either of the hash maps. You can implicitly reset them by changing the probing type, but even then it doesn't reset the length of...
https://github.com/RodrigoDLPontes/visualization-tool/assets/67525591/40e2fd32-7a1b-419d-b197-80a06311f17a If the user inputs a bad value they get feedback in the form of error messages and shaking input buttons - this is good! If the user wants to...
Right now the field only accepts number input, we can change it to allow digits and '-', and add appropriate logic.
The new font doesn't load immediately on page rendering, and typically require a refresh. This leads to other issues with pseudocode spacing, particularly for lines of code with multiple segments....
There is no default large graph available for any of the visualizations, i.e. clicking default graph when large graph is enabled will not do anything. This is also connected to...