PTrie: Priority Queue based on multilevel prefix tree
No Access Until
Permanent Link(s)
Other Titles
Author(s)
Abstract
Tree structures are very often used data structures. Among ordered
types of trees there are many variants whose basic operations such as insert, delete, search, delete-min are characterized by logarithmic time complexity. In the article I am going to present the structure whose time complexity for each of the above operations is O(M/K + K), where