An open API service indexing awesome lists of open source software.

https://github.com/stevenshih1997/mimic

Experimenting with Treap Data Structure
https://github.com/stevenshih1997/mimic

algorithms c-plus-plus docker treaps

Last synced: 7 months ago
JSON representation

Experimenting with Treap Data Structure

Awesome Lists containing this project

README

          

# Mimicking Book
- To run, type `make`, then `./mimic 0 book.txt` or `./mimic 0 random.txt` for structure and `./mimic 100 book.txt` for pseduorandom words, where 100 is the number of words printed.
- To print Treap structure, add a 1 to the end, like `./mimic 0 book.txt 1`