Back to Search Start Over

Kakkot List- An Improved Variant of Skip List

Authors :
Rajesh R
Source :
2020 2nd International Conference on Advances in Computing, Communication Control and Networking (ICACCCN).
Publication Year :
2020
Publisher :
IEEE, 2020.

Abstract

Kakkot list is a new data structure used for quick searching in a well ordered sequence of list like Skip list. This ordered sequence of list is created using linked list data structure and the maximum number of levels here will be limited to log n in all input behavioral cases. The maximum number of items in each level is halved to that of previous levels and thus guarantees a fast searching in a list. The basic difference between Kakkot list and Skip list lies in the creation of levels and decision of when an item has to be included in the higher levels. In skip list the levels are created and items are added to each level during the insertion of an item where as in Kakkot list this will be done at the time of searching an item. This modification have made drastic impact in searching time complexity in the Kakkot list. Another issue in Skip list is that it is not cache friendly and does not optimize locality of reference wherein this problem is also addressed in Kakkot List.

Details

Database :
OpenAIRE
Journal :
2020 2nd International Conference on Advances in Computing, Communication Control and Networking (ICACCCN)
Accession number :
edsair.doi...........34ef7f019b3c0ed93b0c933ffe27a149
Full Text :
https://doi.org/10.1109/icacccn51052.2020.9362974