Skip to content

pierrechls/skip-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published