This commit is contained in:
enqidu 2020-07-07 20:29:37 +04:00
parent 662841bac7
commit 45b21f2871

View File

@ -1,4 +1,4 @@
/*
/**
* 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
*