1
2
3
4
public static class DependencySorter<T>
{
    public static IEnumerable<T> Sort(Dictionary<T, IEnumerable<T>> dependencies)
...

C# Sorting by dependencies

by rikkus, November 05, 2008 12:14, 3 refactorings, tagged with recursion

This code sorts a collectio...

22e33503870d8e20493c4dd6b2f9767f Talk