Why do we use pointers, structures and all those things to make a tree and why not just use an array? Is that due to the limitations of array, or do using pointers etc. giving better performance than arrays?Why do we use pointers, structures and all thos