Skip to search formSkip to main contentSkip to account menu

Parent pointer tree

Known as: Cactus stack, Saguaro stack, Spaghetti stack 
In computer science, an in-tree or parent pointer tree is an N-ary tree data structure in which each node has a pointer to its parent node, but no… 
Wikipedia (opens in a new tab)

Papers overview

Semantic Scholar uses AI to extract papers important to this topic.
2015
2015
The most famous, and simple suboptimal search algorithm is Weighted A∗ (WA∗) (Pohl 1970). Similar to A∗, WA∗ uses two data… 
2011
2011
The advance of multi-core architectures signals the end of universal speed-up of software over time. To continue exploiting… 
2011
2011
In this technical report, we present information on the XMTC compiler and language. We start by presenting the XMTC Memory Model… 
2010
2010
By generating a data structure comprising at least one tree structure that allows efficient invariant syntax expressions… 
2000
2000
Given a weighted undirected graph G(V, E) and a subset R of V, we present an online algori thm for finding a Steiner tree on R… 
1999
1999
We report on the implementation of process control and inspection via the process file system on Linux. Our work extends the… 
1980
1980
A package of LISP functions, collectively called MULTI, which extends LISP 1.5 to multiprogramming is presented. MULTI defines…