Kakkot List- An Improved Variant of Skip List
- Title
- Kakkot List- An Improved Variant of Skip List
- Creator
- Rajesh R.
- Description
- 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. 2020 IEEE.
- Source
- Proceedings - IEEE 2020 2nd International Conference on Advances in Computing, Communication Control and Networking, ICACCCN 2020, pp. 915-920.
- Date
- 2020-01-01
- Publisher
- Institute of Electrical and Electronics Engineers Inc.
- Subject
- Merging; Performance Analysis; SortingBasis algorithms; Tree Data Structure
- Coverage
- Rajesh R., CHRIST (Deemed to Be University), Department of Computer Science, Bangalore, India
- Rights
- Restricted Access
- Relation
- ISBN: 978-172818337-4
- Format
- Online
- Language
- English
- Type
- Conference paper
Collection
Citation
Rajesh R., “Kakkot List- An Improved Variant of Skip List,” CHRIST (Deemed To Be University) Institutional Repository, accessed February 25, 2025, https://archives.christuniversity.in/items/show/20677.