https://github.com/farzonl/exp-tree
https://github.com/farzonl/exp-tree
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/farzonl/exp-tree
- Owner: farzonl
- Created: 2020-02-27T08:45:29.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-27T14:08:27.000Z (over 6 years ago)
- Last Synced: 2025-04-12T02:14:09.362Z (over 1 year ago)
- Language: C++
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Exp-Tree
## Build
```
mkdir bin
cd bin
cmake ../
make
```
## Run
```
./exp-tree
```