Found 8 packages
Package Description
Fusion Online allows for cashless pre-ordering of meals for students and staff. The .Net SDK allows for easy integration to the Fusion Online API.
This project produces a .Net Standard Library or .Net 4.0 Library with Generic and IEnumerable/Yield (LevelOrder, PreOrder, PostOrder) tree traversal methods to traverse k-ary trees in different orders via IEnumerable<T>/Yield<T>.
Explore trees and tree-like structures with LINQ using tree-traversal algorithms like breadth-first and depth-first search: IEnumerable<DirectoryInfo> childDirectories = Traverse.DepthFirst(new DirectoryInfo(...), d => d.EnumerateDirectories()); IEnumerable<DirectoryInfo> parentDirectories = Traverse.Along(new DirectoryInfo(...), d => d.Parent);
Algorithms for sorting and searching Containing Quicksort, Sub Sort Transpose Sort, SelectionSort, InsertionSort, MergeSort, InOrder, PreOrder, Binary Search
Modified Preorder Tree Traversal Algorithm 的实现
Package Description
一个对左右值树操作的工具类库 示例程序到项目网站中下载源代码 0.3.3版本是最后一个版本,此后改名为QuantmCode.Tree.MPTTA(Modified Preorder Tree Traversal Algorithm) 继续发布。