User profile: lamx

User info
User name:lamx
History
Joined:Dec 31, 2017 at 6:54pm
Number of posts:3
Latest posts:

Binary tree construct
OK... I GOT IT THANKS FOR HELPING i should write it in the same langauage oh..... it always confus...

Binary tree construct
#include<iostream> #include<stdio.h> #include<stdlib.h> #include<queue> #include<cstring> #include<...

Binary tree construct
construct a binary tree from in-order and pre-order and i need to printout the level-order the fir...