C
compboy
Hi can anyone print a binary tree in the way that it will look like a
tree?
so it will be like this:
50
/ \
30 70
/ \ \
20 35 100
can we do this in c without using gui as we can do this in java by
using gui?
thanks
tree?
so it will be like this:
50
/ \
30 70
/ \ \
20 35 100
can we do this in c without using gui as we can do this in java by
using gui?
thanks