Binary Tree
struct tree {
int nums;
struct tree *left, *right;
}
Previous slide
Next slide
Back to first slide
View graphic version