Update data_structures/skip_list.cpp

Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
enqidu
2020-07-08 20:43:52 +04:00
committed by GitHub
parent 45b21f2871
commit 59a8b3d4a2

View File

@@ -210,7 +210,8 @@ void SkipList::displayList() {
/**
* Main function:
* Creates and inserts random 2^[number of levels] elements into the skip lists and than displays it
* Creates and inserts random 2^[number of levels]
* elements into the skip lists and than displays it
*/
int main()
{