Hi,
I was very pleased to come across this project.
Quick graph is particularly tricky to get to grips with, especially as it doesn't have many examples.
If you're looking for example to create, it would be great to see examples of how to solve things more common to "line of business" apps, as the computer science nature of QuickGraph means that it instantly has a high learning curve.
Perhaps things like summing values on leaf nodes to give totals on each branch?
Or total number of descendants on a given branch?
I realise I'm not really using graph theory terminology accurately and perhaps these are things that are solvable using recursive functions etc, but I'm thinking / hoping that quickgraph may solve these problems more elegantly.
Keep up the good work.
-thanks
Alex.