pierrechls / skip-list

SkipList implementation in C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#SkipList implementation in C

An IMAC Engineering School Algorithmics project, released in April 2015

Supported OS :

  • Linux Ubuntu
  • Mac OSX (tested on El Capitan)

##How to use

###Compile with make

cd SkipList
make

###Execute with...

  • hard-coded values :

    ./skip-list

  • file.txt, a txt file that contains 1 value per line :

    ./skip-list file.txt

  • file.csv, a CSV file that contains 2 value per line, separated with ","

    ./skip-list file.csv

About

SkipList implementation in C


Languages

Language:C 94.0%Language:Makefile 6.0%