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

Latest commit

 

History

History
17 lines (10 loc) · 465 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 465 Bytes

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> ...