You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
C++ implementation of a data structure for computing O(1)-time next-node-on-path queries between two nodes in an n-ary tree (after O(n) time and space preprocessing of the tree.)
C++ implementation of a data structure for computing next-node-on-path queries between two nodes in an n-ary tree.
The queries run in O(1) time, after O(n) time and space preprocessing of the tree.
About
C++ implementation of a data structure for computing O(1)-time next-node-on-path queries between two nodes in an n-ary tree (after O(n) time and space preprocessing of the tree.)