mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
Update data_structures/skip_list.cpp
Co-authored-by: Krishna Vedala <7001608+kvedala@users.noreply.github.com>
This commit is contained in:
parent
5d225aba87
commit
af49a02ed8
@ -1,6 +1,6 @@
|
||||
/**
|
||||
* @file skip_list.cpp
|
||||
* @brief data struccture for fast searching and insertion (O(log(n)))
|
||||
* @brief Data structure for fast searching and insertion in \f$O(\log n)\f$ time
|
||||
* @details
|
||||
* A skip list is a data structure that is used for storing a sorted list of items with a
|
||||
* help of hierarchy of linked lists that connect increasingly sparse subsequences of the items
|
||||
|
Loading…
Reference in New Issue
Block a user