View Single Post
  #2 (permalink)  
Old 06-23-2008, 12:25 PM
WingedPanther's Avatar   
WingedPanther WingedPanther is online now
Super Moderator
 
Join Date: Jul 2006
Age: 35
Posts: 4,068
Last Blog:
Why Learn Data Structu...
Credits: 27
Rep Power: 45
WingedPanther is a splendid one to beholdWingedPanther is a splendid one to beholdWingedPanther is a splendid one to beholdWingedPanther is a splendid one to beholdWingedPanther is a splendid one to beholdWingedPanther is a splendid one to beholdWingedPanther is a splendid one to behold
Default Re: Question: "Binary Tree" only with parent pointer

Instead of thinking of this as a Binary Tree, flip the image upside down and think of it as a linked list with multiple roots that eventually merge.
__________________
CodeCall Blog | CodeCall Wiki | Shareware | Linux Forum
Programming is a branch of mathematics.
Reply With Quote