Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/geoffreybauduin/splaytree-cpp
- Owner: geoffreybauduin
- License: mit
- Created: 2015-06-27T22:08:15.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-14T22:49:03.000Z (over 7 years ago)
- Last Synced: 2023-08-19T04:41:26.939Z (about 1 year ago)
- Language: C++
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/")