19:15
-
19:30
-
19:30
Day 3
You are doing trees wrong
Is this how you do trees?
struct node {
struct node *left, *right;
};
This is wrong!