Skip to content

Gigi-G/SplayTree-JS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Splay Tree Visualization

Example

insert_natural(15)

insert_natural(12)

insert_natural(18)

insert_natural(10)

insert_natural(13)

insert_natural(16)

insert_natural(20)

init

search(20)

search20

search(13)

search13

insert_splay(17)

insert17

delete_splay(15)

delete15

The purpose of this program is to make computer science students understand all operations in Splay Tree bottom up, such as insert, delete, search, and print with pre-order, in-order, and post-order traversal.

You can use my app here.

About

Splay Tree Bottom Up Visualization using p5.js

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • JavaScript 100.0%