https://github.com/tjkendev/bst-visualization
Binary Search Tree Visualization
https://github.com/tjkendev/bst-visualization
tree-data-structure visualization
Last synced: 27 days ago
JSON representation
Binary Search Tree Visualization
- Host: GitHub
- URL: https://github.com/tjkendev/bst-visualization
- Owner: tjkendev
- License: mit
- Created: 2019-12-04T11:30:38.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-23T03:56:24.000Z (over 4 years ago)
- Last Synced: 2025-03-30T20:13:17.043Z (about 2 months ago)
- Topics: tree-data-structure, visualization
- Language: JavaScript
- Homepage: https://tjkendev.github.io/bst-visualization/
- Size: 209 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bst-visualization
Binary Search Tree Visualization
## 概要
以下のBSTをWebページ上で可視化したものです。
- Binary Search Tree
- AVL Tree
- Weak AVL Tree
- Bottom-Up Red-Black Tree
- Top-Down Red-Black Tree
- Left-Leaning Red-Black Tree
- Bottom-Up Splay Tree
- Top-Down Splay Tree
- Scapegoat Tree
- Treap
- Randomized Binary Search Tree以下から見ることができます。
- [https://tjkendev.github.io/bst-visualization/](https://tjkendev.github.io/bst-visualization/)
## ブログ
- [Splay Treeの可視化Webページを簡易的に作った](https://smijake3.hatenablog.com/entry/2019/12/05/090224)