Thread: question about binary tree

  1. #1
    Registered User
    Join Date
    Mar 2003
    Posts
    7

    Question question about binary tree

    How can I find the first successor of a specified node in in-order traversal? I know the in-order traversal algorithm. But how can I find just the next successor?

  2. #2
    Registered User
    Join Date
    Jan 2003
    Posts
    115
    try searching the C Forum

    or perhaps even try google

    there are only 10 people in the world, those who know binary and those who dont

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Interpreter.c
    By moussa in forum C Programming
    Replies: 4
    Last Post: 05-28-2008, 05:59 PM
  2. best STL method to implement a binary tree
    By MatthewDoucette in forum C++ Programming
    Replies: 8
    Last Post: 06-16-2006, 07:08 AM
  3. BST (Binary search tree)
    By praethorian in forum C++ Programming
    Replies: 3
    Last Post: 11-13-2005, 09:11 AM
  4. Templated Binary Tree... dear god...
    By Nakeerb in forum C++ Programming
    Replies: 15
    Last Post: 01-17-2003, 02:24 AM
  5. inserting characters into a binary tree
    By sballew in forum C Programming
    Replies: 4
    Last Post: 12-06-2001, 04:08 PM