Generic Tree Class

I was back from Christmas and New Year's break at the start of the week. It was nice having an extended period of time off. Now, it's back to work and blogging.

Here's a really good generic Tree<T> class that Peter Chen posted on The Code Project. It looks like a good implementation and shows you how to create classes that are generic and then how to use them. There are many times when tree data structures are needed, and this may be a good starting point if you need that functionality.