/skiplist

Primary LanguageC++

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