chging / skiplist

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Purpose

The purpose of this project is to create a skiplist for production.

Building

This project relies on Google gtest for unit testing, so first install it.

  • mkdir build && cd build
  • cmake ..
  • make
  • ./bin/a.out.app for simple use or ./bin/a.out.gtest to run unit test

About


Languages

Language:C++ 89.4%Language:CMake 10.6%