skip_list

This commit is contained in:
enqidu
2020-07-07 18:21:12 +04:00
parent fd8affb59d
commit 4cebe7c682

View File

@@ -193,7 +193,7 @@ void SkipList::displayList() {
int main()
{
std::srand(time(nullptr));
std::srand(std::time(nullptr));
SkipList lst;