Skip to content

Releases: nahrens007/BinarySearchTreeGui

Colors

06 Jul 18:50
Compare
Choose a tag to compare

In this release, you are given the ability to change the color of the background, nodes, and node text color. This provides ease of use for color blind people.

BinarySearchTreeGUI.zip

Bug Fixes

18 Oct 14:45
Compare
Choose a tag to compare
  • Fixed bug where sometimes it would not display newly inserted nodes when starting with an empty tree
  • Added exit button to properties GUI
    BinarySearchTreeGUI.zip

Additions

31 Aug 14:46
Compare
Choose a tag to compare

Added Breadth First Traversal to properties.
BST Visualizer.zip

Minor Fixes

29 Jul 20:19
Compare
Choose a tag to compare

From v1.0, fixed a few minor "issues" - more or less making things look a little nicer.

BST Visualizer.zip

Official First Release

22 Jul 01:24
Compare
Choose a tag to compare

This release should be fully functional at this point. It looks good, it has great features, and is stable.
The .zip download contains the binaries, including the required Qt DLL's to make it usable out-of-the-box.

BinarySearchTree.zip