Skip to content

implementation of partially retroactive priority queue (including its visualization) with O(log m) update time and O(log n) query

Notifications You must be signed in to change notification settings

chshersh/retroactive-priority-queue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

retroactive-priority-queue

Implementation of partially retroactive priority queue with O(log m) update time and O(log n) query time, where m — number of operations, n — size of queue in current time.

Main idea can be found in «Retroactive Data Structures» by ERIK D. DEMAINE, 2007. (a, b)-tree is replaced by cartesian tree with implicit key.

Implementation also contains visualization.

About

implementation of partially retroactive priority queue (including its visualization) with O(log m) update time and O(log n) query

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages