Thread: Level order traversal w/o queue

  1. #1
    Registered User
    Join Date
    Jul 2003
    Posts
    450

    Level order traversal w/o queue

    I need some ideas an doing a level order traversal of a binary tree w/o a queue. I don't want the whole algorithim as it is a homework assignment just some ideas. Any help would be appreciated.

  2. #2
    Registered User axon's Avatar
    Join Date
    Feb 2003
    Posts
    2,572
    I see that searching is not your strongest quality

    http://www.google.com/search?hl=en&i...=Google+Search

    next time, please STFW!

    some entropy with that sink? entropysink.com

    there are two cardinal sins from which all others spring: Impatience and Laziness. - franz kafka

  3. #3
    Registered User
    Join Date
    Jul 2003
    Posts
    450
    The only problem with searching google is it basicly gave me tho whole answer. Maybe I should have worn blinds

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. How do you order your game code?
    By Queatrix in forum A Brief History of Cprogramming.com
    Replies: 15
    Last Post: 02-05-2006, 06:26 PM
  2. Request for comments
    By Prelude in forum A Brief History of Cprogramming.com
    Replies: 15
    Last Post: 01-02-2004, 10:33 AM
  3. Replies: 5
    Last Post: 05-23-2003, 01:11 PM
  4. what is the significance of low order and high order bits
    By Shadow12345 in forum Windows Programming
    Replies: 1
    Last Post: 11-16-2002, 11:46 AM
  5. queue help
    By Unregistered in forum C Programming
    Replies: 2
    Last Post: 10-29-2001, 09:38 AM