Merge branch 'skip_list' of https://github.com/enqidu/C-Plus-Plus into skip_list

This commit is contained in:
enqidu 2020-07-08 20:46:53 +04:00
commit 4ce394e38d

View File

@ -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()
{ {