40327d14
Name Last commit Last update
src Initial commit
tests Initial commit
.gitignore Initial commit
CMakeLists.txt Initial commit
LICENSE Add LICENSE
README.md Update README

Conjunto implementado sobre Skip List

Este proyecto contiene un conjunto en C++ implementado sobre un Skip List, incluyendo varios tests.

Skip List

Para más detalles sobre el funcionamiendo de un Skip List, ver este documento.