Skip to content

listvin/ctddev-kotlin-demo-2017

 
 

Repository files navigation

LC-Size-Tree

Android vizualizer for Link/Cut tree data structure

Application works with even > 100000 nodes, but hides vizualization.

Implementation of data-structure itself is in lib/src/ and it's 100% covered with tests.

My LC-Tree is build on top of forest of Splay trees.

Along with basic operations, size is supported with help one more Splay forest isomorphic to the first one.

Vizualizer looks like this:

bad luck

About

Kotlin demo for second year CTDDEV students

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 89.3%
  • JavaScript 7.9%
  • HTML 2.0%
  • CSS 0.8%