Thursday, July 30, 2009

1) Write a program in C to implement a strictly binary tree and print the array representation of the implemed

Can any one help me for the below question?


Write a program in C to implement a strictly binary tree and print the array representation of the implemented tree

1) Write a program in C to implement a strictly binary tree and print the array representation of the implemed
Here:


http://www.macs.hw.ac.uk/~rjp/Coursewww/...


http://datastructures.itgo.com/trees/cre...





then use either pre-order, in-order(sorted) or post order traversal of your tree.

clematis

No comments:

Post a Comment