mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
Merge branch 'skip_list' of https://github.com/enqidu/C-Plus-Plus into skip_list
This commit is contained in:
commit
4ce394e38d
@ -209,7 +209,8 @@ void SkipList::displayList() {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Main function:
|
* 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()
|
int main()
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user