Skip to content

chging/skiplist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published