TREES IN C++

Can anyone suggest me the most efficient means of representing a tree in C++?

More efficient than what?