Y
Hacker News
new
|
ask
|
show
|
jobs
by
amelius
1903 days ago
Yes, that's what I meant by "back pointers". In the article, every node has a parent pointer and a child pointer (or several). You can't have both of these pointers without introducing cycles.