datastructures-visualization icon indicating copy to clipboard operation
datastructures-visualization copied to clipboard

Visualization of data structures and algorithms using Python and Tkinter

Results 14 datastructures-visualization issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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...

enhancement

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...

enhancement

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...

enhancement