24 packages tagged with “traverse”
Common code for other STR applications.
LiteGraph is a property graph database with support for graph relationships, tags, labels, metadata, data, and vectors.
Treenumerable is a general purpose library for enumerating, traversing and querying just about any tree.
Tree Traverse for Linq
XUnit tests for adjunct-System.Linq.Traverse
Treenumerable.VisualTree.WPF is a general purpose library for enumerating, traversing and querying WPF's visual tree.
Ever try to get a value from nested objects and hate checking for nulls to avoid object reference errors? This small library takes the headache out of null checking!
A lightweight library containing common utilities for working with .NET collections and enumerables
Single code to rule them all. TreeProblemFramework is a .Net Core 3 class library to solve puzzles whose solution is based on a tree search, such as: N-Puzzle, Unblock Me, Sokoban, maze solving, Rubik's Cube, heuristic-based clustering, etc. Provide a description for the puzzle, written in any .NET language, and get back the steps that reach the solution.
Treenumerable.VisualTree.Silverlight is a general purpose library for enumerating, traversing and querying Silverlight's visual tree.
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);
A core library to enable functional programming in C# Data Types: - Identity - Maybe - Result - Either - Validation - Reader - Writer - IO - State - Tagged - Union - Coyoneda - Yoneda - Continuation - Redux: Store, Reducer, Middleware and Action (e.g. Tagged) Prelude (Standard Library) - Syntactic sugar to simplify use of data types and .Net Core Framework - Linq conformance for all data types - Function: Curry, Uncurry, Flip, Partial Application, Delegate Lifters, Combinators - Tuple: Predicates, Splat, ... - Boolean Combinators - IEnumerable extension methods - Pattern Matching - etc.
Babel Traverse (babel-traverse) binding library for Bridge.NET projects.
Traverse binding library for Bridge.NET projects.
This framework aims to implement the concept of graph expression in the .NET language. With this framework it is possible to create any kind of searches on complex or circular objects in a way similar to what JQUERY does in JavaScript.
Traverse DependencyObjects properties up the logical and visual tree
Simple logging utility
A path traversal library to match a file by moving up the directory structure from a start folder
Package Description
High-performance gRPC client for the Traverse graph database.
Managed .NET wrapper for the Traverse embedded graph database.
HTTP client for the Traverse graph database management API. Manage databases, files, aliases, schema, and users over HTTP/HTTPS. Zero external dependencies.
High-performance native Bolt driver for Traverse and Neo4j-compatible graph databases. Zero dependencies, async-first, with connection pooling and streaming support.