danielomiya / twitter-ds

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

twitter-ds

A benchmark of BST and AVL trees, written in C++.

Author

Daniel Omiya (41995449) @gwyddie

Used technologies

How to run it

$ make      # compiling sources
$ build/app # running app

Generating tree visualization

To generate representations of the trees as images, use the following target:

$ make graph IN=$dot_file

Note that all .dot files are written to the reports/ directory.


That's all, folks!

About


Languages

Language:C++ 90.9%Language:Python 5.8%Language:Makefile 1.8%Language:Shell 1.5%