datastructures-visualization
datastructures-visualization copied to clipboard
Visualization of data structures and algorithms using Python and Tkinter
In the iterators used for `adjacentVertices` and `adjacentUnvisitedVertices` in Graph.py, when the iterator resumes after yielding a value while stepping through the animation, the iterator's local variables aren't redisplayed when...
Simply setting the `bg` or `background` attribute of buttons and text entry widgets does not seem to affect the displayed background color in the graph adjaceny matrix. I think it...
The text entry boxes for `VisualizationApp` arguments are created with handlers that call `argumentChanged()` with the entry widget as an argument when users type values in the box. Various other...
Similar to the tooltips that use a temporary Toplevel window for display (see issue #226), the text shown using the `setMessage()` method of `VisualizationApp` should use a hovering window at...