Skip to content
This repository has been archived by the owner on Dec 6, 2017. It is now read-only.
/ AVLtree Public archive

One more implementation of an AVL tree and union–find data structure for a school project

License

Notifications You must be signed in to change notification settings

blasterbug/AVLtree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AVLtree

One more implementation of an AVL tree and union–find data structure for a school project.

Bazar file shows an example to use our two data structures. Rebuild book chapters from a dictionnery. If two pages have k same shared word, then they are in the same chapter.

build and run

Assuming you're ruuning an unix system with java, javac and make installed.

$ make

$ java -jar Bazar.jar <k> <dictionnary> <page1> <page2> ...

About

One more implementation of an AVL tree and union–find data structure for a school project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published