Skip to content

soberyoda/BST-Visualizer

Repository files navigation

BST-Visualizer

The source code files have been placed in the BST folder.

The description and presentation of the application's function can be found in the file Opis projektu.

Programming languages, technologies, libraries used:

Python 3.11.3:

Tkinter – a Python library for creating graphical user interfaces, used in the project to create a mini-windowed application. Included in the standard Python installations on Linux, Microsoft Windows, and MacOS X.
Documentation: Tkinter Documentation

Webbrowser – a web browser module used in the project to add a link redirecting the user to the author's GitHub profile.
Documentation: webbrowser Documentation

Graphviz – a package facilitating the creation and rendering of graph descriptions in the DOT language, used in the project to generate a file containing a graph of the user-defined Binary Search Tree (BST).
Package page: Graphviz Package
Installation: Graphviz Download

IDE: PyCharm

About

BST Visualizer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages