PowTrees.LINQPad
0.0.24
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package PowTrees.LINQPad --version 0.0.24
NuGet\Install-Package PowTrees.LINQPad -Version 0.0.24
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="PowTrees.LINQPad" Version="0.0.24" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add PowTrees.LINQPad --version 0.0.24
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: PowTrees.LINQPad, 0.0.24"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install PowTrees.LINQPad as a Cake Addin #addin nuget:?package=PowTrees.LINQPad&version=0.0.24 // Install PowTrees.LINQPad as a Cake Tool #tool nuget:?package=PowTrees.LINQPad&version=0.0.24
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
PowTrees
Table of content
Introduction
Tree structure with algorithms
Usage
Zip trees
Build a node lookup map
If you transform a tree (A) into tree (B) without changing its shape (just changing the node content, not children). Very often, you then need to map the nodes of B back to A. For this use:
static IReadOnlyDictionary<TNod<T>, TNod<U>> BuildNodeLookup<T, U>(TNod<T> rootSrc, TNod<U> rootDst);
var lookupMap = TreeUtils.BuildNodeLookup(B, A);
License
MIT
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net7.0-windows7.0 is compatible. net8.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net7.0-windows7.0
- PowTrees (>= 0.0.24)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.1.2 | 126 | 6/30/2024 |
0.1.1 | 112 | 6/30/2024 |
0.1.0 | 113 | 6/30/2024 |
0.0.48 | 166 | 9/15/2023 |
0.0.47 | 130 | 9/3/2023 |
0.0.46 | 149 | 8/23/2023 |
0.0.45 | 131 | 8/22/2023 |
0.0.44 | 184 | 8/5/2023 |
0.0.43 | 157 | 7/30/2023 |
0.0.42 | 154 | 7/18/2023 |
0.0.41 | 157 | 7/15/2023 |
0.0.40 | 154 | 7/15/2023 |
0.0.39 | 155 | 7/12/2023 |
0.0.38 | 158 | 7/12/2023 |
0.0.37 | 174 | 7/11/2023 |
0.0.36 | 156 | 7/10/2023 |
0.0.35 | 151 | 7/10/2023 |
0.0.34 | 152 | 7/9/2023 |
0.0.33 | 148 | 7/8/2023 |
0.0.32 | 149 | 7/5/2023 |
0.0.31 | 154 | 7/5/2023 |
0.0.30 | 163 | 7/5/2023 |
0.0.29 | 152 | 7/4/2023 |
0.0.28 | 155 | 7/2/2023 |
0.0.27 | 141 | 6/21/2023 |
0.0.26 | 139 | 6/20/2023 |
0.0.25 | 138 | 6/20/2023 |
0.0.24 | 145 | 6/15/2023 |
0.0.23 | 144 | 6/15/2023 |
0.0.22 | 139 | 6/15/2023 |
0.0.21 | 145 | 6/12/2023 |
0.0.20 | 144 | 6/12/2023 |
0.0.19 | 149 | 6/5/2023 |
0.0.18 | 132 | 6/3/2023 |
0.0.17 | 139 | 6/3/2023 |
0.0.16 | 133 | 6/1/2023 |
0.0.15 | 139 | 5/31/2023 |
0.0.14 | 133 | 5/28/2023 |
0.0.13 | 136 | 5/28/2023 |
0.0.12 | 133 | 5/12/2023 |
0.0.10 | 150 | 4/24/2023 |
0.0.9 | 155 | 4/24/2023 |
0.0.8 | 311 | 12/4/2022 |
0.0.7 | 316 | 11/26/2022 |
0.0.6 | 311 | 11/26/2022 |