Skip to content

Latest commit

Β 

History

History
52 lines (34 loc) Β· 1.13 KB

File metadata and controls

52 lines (34 loc) Β· 1.13 KB

Visualizer Gallery

Welcome to the Visualizer Gallery, a collection of interactive visual tools for exploring data structures and algorithms. This site is built with HTML, CSS, and JavaScript and is hosted using GitHub Pages.

🌐 Live Site

πŸ”— View the Visualizer Gallery

πŸ“ Visualizers Included

  • AVL Tree
  • Red Black Tree
  • Binary Search Tree (BST) ....

Each visualizer is accessible via the main homepage and comes with its own interactive interface.

πŸš€ How to Use

  1. Visit the live website
  2. Choose a visualizer from the dropdown or sidebar
  3. Interact with the visual tool directly in your browser

πŸ› οΈ Local Development

To run the site locally:

git clone git@github.com:codio-content/visualizers.git
cd visualizers
open index.html  # or use a local live server extension

πŸ–ΌοΈ Structure

visualizers/
β”œβ”€β”€ AVL/
β”œβ”€β”€ Red Black Trees/
β”œβ”€β”€ BST/

.....
assets/
β”œβ”€β”€ logo.png
index.html

πŸ“„ License

Β© 2025 Codio. All rights reserved.