mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-04-03 10:39:42 +08:00
Update data_structures/skip_list.cpp
Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user