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.
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 |
Este proyecto contiene un conjunto en C++ implementado sobre un Skip List, incluyendo varios tests.
Para más detalles sobre el funcionamiendo de un Skip List, ver este documento.