Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/geoffreybauduin/splaytree-cpp

Splaytree realized in C++ during course CSC-406 Algorithm & Data Structure
https://github.com/geoffreybauduin/splaytree-cpp

Last synced: about 9 hours ago
JSON representation

Splaytree realized in C++ during course CSC-406 Algorithm & Data Structure

Awesome Lists containing this project

README

        

[![Build Status](https://travis-ci.org/geoffreybauduin/splaytree-cpp.svg)](https://travis-ci.org/geoffreybauduin/splaytree-cpp)

- Create a "build" folder
- Go into "build" folder
- Use CMake inside this folder
- Compile the project
- To launch unit tests: unit_test
- To launch the program: run (files can be found in root directory, under "files/")