Home » questions » can u do me a program in c language?

can u do me a program in c language?

2006-08-13 22:04:00, Category: Programming & Design
can u do me a complete program in c traversal tree the output will be u will see the in order,pre order and post order of the tree. no limitation in entering the # of it. Example: output iIn orde:6-5-4-3-2-1 pre order:1-2-3-4-5-6 post order:3-2-1-6-5-4

Answers

  1. Taki

    On 2006-08-13 22:43:00


    Arbeit is right... do your homework. You can make use of link list to solve this. Also this is solvable through a recursive function.
  2. fulldarkangel

    On 2006-08-13 22:32:01


    I think hes right, But let me see if i can finish it on time ill get back to you later
  3. arbeit

    On 2006-08-13 22:21:07


    Why do you think anyone will hire you when (if) you graduate? What use will you be to anyone if you can't write code? Stop being a waste of skin and do your own work! I've already reported this question, so please nobody bother to take the time to answer it. You won't get any points.