Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matthewjselby/tree-viz
Next.js application for creating visualizations of 2-3 and LLRB trees
https://github.com/matthewjselby/tree-viz
nextjs react svg
Last synced: 12 days ago
JSON representation
Next.js application for creating visualizations of 2-3 and LLRB trees
- Host: GitHub
- URL: https://github.com/matthewjselby/tree-viz
- Owner: matthewjselby
- Created: 2024-08-27T18:51:54.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-27T22:10:52.000Z (3 months ago)
- Last Synced: 2024-10-17T10:59:55.190Z (29 days ago)
- Topics: nextjs, react, svg
- Language: TypeScript
- Homepage: https://matthewjselby.github.io/tree-viz/
- Size: 84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tree Visualizer
This is a Next.js application built to create visualizations for 2-3 trees and left-leaning red-black trees. It uses React to create an SVG of the tree using a custom (manual) layout algorithm.
![Example 2-3 tree](assets/example_23_tree.svg)
![Example LLRB tree](assets/example_llrb_tree.svg)
# Live Demo
Check out a live demo [here](https://matthewjselby.github.io/tree-viz/)