alg-vis
alg-vis copied to clipboard
I see this: ``` $ java -jar gt.jar Error: Could not find or load main class algvis.ui.AlgVisStandalone algvis.ui.AlgVisApplet Caused by: java.lang.ClassNotFoundException: algvis.ui.AlgVisStandalone algvis.ui.AlgVisApplet ```
On the following page: https://people.ksp.sk/~kuko/gnarley-trees/?page_id=310 There is an example of a binary representation of a binomial heap within the second bullet point. The example states that ( 11 (decimal) =...
When performing insert operation on a Treap, the visual nodes in the panel do not display the corresponding priority of the treap nodes.
At line 128 in core/Buttons.java changing true to false only uncheck the checkbox - an algorithm still pauses at mysuspend(). after check and uncheck the checkbox, the algorithm doesn't stop....