Визуализатор красно черного дерева

Saved searches

Use saved searches to filter your results more quickly

You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.

Red Black Tree Visualizer using Java swing

Reham77/Red-Black-Tree-Visualizer

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Sign In Required

Please sign in to use Codespaces.

Launching GitHub Desktop

If nothing happens, download GitHub Desktop and try again.

Launching GitHub Desktop

If nothing happens, download GitHub Desktop and try again.

Launching Xcode

If nothing happens, download Xcode and try again.

Launching Visual Studio Code

Your codespace will open once ready.

Читайте также:  Резка дерева углошлифовальной машиной

There was a problem preparing your codespace, please try again.

Latest commit

Git stats

Files

Failed to load latest commit information.

README.md

The GUI is made using Java swing,contains custom buttons and text fields for user input .
Nodes are drawn level by level to maintain balanced shape and distance using Breadth-First Search Algorithm.

About

Red Black Tree Visualizer using Java swing

Источник

Saved searches

Use saved searches to filter your results more quickly

You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.

Red Black Tree data structure implementation with a visualizer.

anthonyafgx/Red-Black-Tree-Visualizer

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Sign In Required

Please sign in to use Codespaces.

Launching GitHub Desktop

If nothing happens, download GitHub Desktop and try again.

Launching GitHub Desktop

If nothing happens, download GitHub Desktop and try again.

Launching Xcode

If nothing happens, download Xcode and try again.

Launching Visual Studio Code

Your codespace will open once ready.

There was a problem preparing your codespace, please try again.

Latest commit

Git stats

Files

Failed to load latest commit information.

README.md

Hello! I’m Anthony Ferrer, main developer of this project. This is a relatively new project which helps to visualize Red-Black-Trees. There are a lot of planned features that will be added as the project grows. With that said, enjoy and explore as much as you like.

Red Black Tree Visualizer

This project consists of a implementation of a fully functional Red Black Tree Data Structure and a Graphics Visualizer to see the implemented tree.

Читайте также:  Тату совы на дереве

image

imageedit_5_7302819816

About

Red Black Tree data structure implementation with a visualizer.

Источник

Saved searches

Use saved searches to filter your results more quickly

You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.

Implements a Red-Black tree, including functionality for printing tree in console for easy visualization.

License

mkarrmann/Red-Black-Tree-Visualizer

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Sign In Required

Please sign in to use Codespaces.

Launching GitHub Desktop

If nothing happens, download GitHub Desktop and try again.

Launching GitHub Desktop

If nothing happens, download GitHub Desktop and try again.

Launching Xcode

If nothing happens, download Xcode and try again.

Launching Visual Studio Code

Your codespace will open once ready.

There was a problem preparing your codespace, please try again.

Latest commit

Git stats

Files

Failed to load latest commit information.

README.md

Implements a Red-Black tree, including functionality for printing tree in console for easy visualization.

This is an extension of class project for UW-Madison CS 400. We were assigned to design and implement a Red-Black tree from scratch; all file names and relevant method headers were provided. We were also tasked with printing the information of the tree in console under ideal conditions; however, I was disappointed with the aesthetics and clarity of simple methods or those found online. The algorithm used in the print() method, along with its helper methods, is an algorithm which I developed for visualizing the Red-Black tree as clearly as possible. This clarity comes as the cost of losing compactness (despite my algorithm being a greedy one which displays the tree as compactly as possible while adhering to the desired properties), although I believe my algorithm is the best one for visualizing small-medium trees, which is the intended use-case.

Note: "*" denotes Red node, while "+" denotes Black node. +04+ / \ / \ / \ / \ / \ / \ / \ / \ +02+ +06+ / \ / \ / \ / \ / \ / \ / \ / \ +01+ +03+ +05+ *08* +07+ +09+ *10* 

About

Implements a Red-Black tree, including functionality for printing tree in console for easy visualization.

Читайте также:  Обработка ракурсом хвойных деревьев

Источник

Saved searches

Use saved searches to filter your results more quickly

You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.

AVL, Red Black and Splay Trees visualizer

deevroman/TreeVisualizer

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Sign In Required

Please sign in to use Codespaces.

Launching GitHub Desktop

If nothing happens, download GitHub Desktop and try again.

Launching GitHub Desktop

If nothing happens, download GitHub Desktop and try again.

Launching Xcode

If nothing happens, download Xcode and try again.

Launching Visual Studio Code

Your codespace will open once ready.

There was a problem preparing your codespace, please try again.

Latest commit

Git stats

Files

Failed to load latest commit information.

README.md

Визуализатор бинарных деревьев поиска

  • АВЛ, красно-чёрное, Splay
  • Масштабирование
  • Логарифмическая шкала масштабирования

Минимальная версия Qt, на которой проект был проверен: 5.11.3

Удобным для вас споcобом передайте cmake ключ содержащий путь до Qt:

Рекомендую использовать CLion для сборки

  • Случайные баги при масштабировании
  • При управлении с тачпада ползунок масштабирования случайным образом отскакивает от краёв
  • Нахлёст некоторых элементов при использовании различных версий Qt

About

AVL, Red Black and Splay Trees visualizer

Источник

Оцените статью