https://github.com/ylogx/trees
Trees & Graphs implemented in C++ with Unit Tests
https://github.com/ylogx/trees
cmake cpp googletest
Last synced: over 1 year ago
JSON representation
Trees & Graphs implemented in C++ with Unit Tests
- Host: GitHub
- URL: https://github.com/ylogx/trees
- Owner: ylogx
- License: gpl-3.0
- Created: 2018-02-09T19:08:49.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-09T19:15:40.000Z (over 8 years ago)
- Last Synced: 2025-02-04T15:43:00.005Z (over 1 year ago)
- Topics: cmake, cpp, googletest
- Language: C++
- Homepage: https://gitlab.com/ylogx/trees
- Size: 28.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
Trees
=====
Tree Data Structure implemented in C++ with Unit Tests
## Components
* Build Tool: CMake
* Unit Tests: [google/googletest](https://github.com/google/googletest)
## Running
### Build
```sh
./run tree
```
### Test
```sh
./run tests
```