Skip to content

saulno/AVL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

                          ====================
                            Animated AVL Tree
                          ====================

Created by:
  Saul Neri     -> A01652526
  Ali Villegas  -> A01337596
  David Aguilar -> A01337242

Description:
  Our project is an animated version of a self balancing binary search tree.
  The UI is divided as following:
    -A text box, for the inputs.
    -An add button, for adding new nodes into the tree.
    -A remove button, for removing nodes from the tree.
    -A download option, this will download a .png file of the canvas.
    -The canvas, where the action happens.
    -A restart button, in case you want to completely erase your tree.

Powered by:
  p5.js is a JavaScript library that starts with the same original goal of
  Processing, and reinterprets this for today's web.
  Using the original metaphor of a software sketchbook, p5.js has a full set
  of drawing functionality. However, you're not limited to your drawing canvas,
  you can think of your hole browser page as your sketch! For this p5.js has
  addon libraries that make it easy to interact with other HTML objects.

  Here's the oficial website: https://p5js.org/

Last modified:
  Tuesday, November 28th, 2017.

About

Self balancing animated binary tree

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published