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
- Host: GitHub
- URL: https://github.com/stevenshih1997/mimic
- Owner: stevenshih1997
- Created: 2017-06-17T20:06:30.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-17T20:30:40.000Z (over 8 years ago)
- Last Synced: 2025-01-20T10:43:46.199Z (9 months ago)
- Topics: algorithms, c-plus-plus, docker, treaps
- Language: C++
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`