Skip to content

6851-2017/retroactive_deque_win

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Retroactive_Deque

Retroactive deque described in this paper http://erikdemaine.org/papers/Retroactive_TALG/, impelmented on top of a range B-tree, works in O(log n) per operation where n is the numeber of oprations.

Tester is also implemented creates random test examples, calculates the desired outputs, and compares them to the output of the retroactive deque. Naturally, the tester is a naive implementation of a retroactive deque and works in O(n) per operation.

-Kliment

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages