Anyone know if there is a C# object that allows you to create binary trees? I want to be able to store a picture in binary tree format. The main question is whether there is a specific tree class in C# or not. If there isn’t, how does one go about creating trees?