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

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

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
```