Skip to content

Overload_CodeJam_Collections_EnumerableExtensions_TopoSort

andrewvk edited this page Mar 22, 2016 · 5 revisions

EnumerableExtensions.TopoSort Method

[This is preliminary documentation and is subject to change.]

Overload List

 

Name Description
Public methodStatic member TopoSort(T)(IEnumerable(T), Func(T, IEnumerable(T))) Performs topological sort on source.
Public methodStatic member TopoSort(T)(IEnumerable(T), Func(T, IEnumerable(T)), IEqualityComparer(T)) Performs topological sort on source.
  Back to Top

See Also

Reference

EnumerableExtensions Class
CodeJam.Collections Namespace

Clone this wiki locally