@article {10.3844/jcssp.2020.906.915, article_type = {journal}, title = {Fully Retroactive Priority Queues using Persistent Binary Search Trees}, author = {Junior, JoseWagner Andrade and Seabra, Rodrigo Duarte}, volume = {16}, number = {7}, year = {2020}, month = {Jul}, pages = {906-915}, doi = {10.3844/jcssp.2020.906.915}, url = {https://thescipub.com/abstract/jcssp.2020.906.915}, abstract = {Classic dynamic data structures maintains itself subject to sequence S of operations and answer queries using the latest version of the data structure. Retroactive data structures are those which allow making a modification or a query in any version of this data structure through its timeline. These data structures are used in some geometric problems and in problems related with graphs, such as the minimum path problem in dynamic graphs. This work presents how to implement a data structure to a fully retroactive version of a priority queue through persistent self-balanced binary search trees in polylogarithmic time. We use these data structures to improve the performance merging two versions of partially retroactive priority queues. The empirical analysis showed that the average performance of the proposed algorithm is better in terms of processing times than the other algorithms, despite the high constants in its complexity.}, journal = {Journal of Computer Science}, publisher = {Science Publications} }