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
2fecf67a36
commit
b1b3b310a4
@ -5,7 +5,7 @@
|
|||||||
* A skip list is a data structure that is used for storing a sorted list of items with a
|
* 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
|
* help of hierarchy of linked lists that connect increasingly sparse subsequences of the items
|
||||||
*
|
*
|
||||||
* References used: GeeksForGeeks skip list code, https://iq.opengenus.org/skip-list/ PseudoCode and Code
|
* References used: [GeeksForGeek](https://www.geeksforgeeks.org/skip-list/), [OpenGenus](https://iq.opengenus.org/skip-list) for PseudoCode and Code
|
||||||
* @author enqidu
|
* @author enqidu
|
||||||
* .
|
* .
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user