PowTrees 0.0.35
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 --version 0.0.35
NuGet\Install-Package PowTrees -Version 0.0.35
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" Version="0.0.35" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="PowTrees" Version="0.0.35" />
<PackageReference Include="PowTrees" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add PowTrees --version 0.0.35
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: PowTrees, 0.0.35"
#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.
#:package PowTrees@0.0.35
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=PowTrees&version=0.0.35
#tool nuget:?package=PowTrees&version=0.0.35
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 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net7.0
- PowBasics (>= 0.0.26)
- PowBasics.Geom (>= 0.0.26)
NuGet packages (5)
Showing the top 5 NuGet packages that depend on PowTrees:
| Package | Downloads |
|---|---|
|
PowWinForms
WinForms reactive utilities |
|
|
PowTrees.LINQPad
Tree structure with algorithms |
|
|
PowLINQPad
Reactive control and utilities for LINQPad |
|
|
PowWeb
Puppeteer and Chrome DOMSnapshot API wrapper |
|
|
DynaServeLib
DynaServe |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.2.1 | 245 | 1/17/2025 |
| 0.2.0 | 195 | 1/17/2025 |
| 0.1.2 | 223 | 6/30/2024 |
| 0.1.1 | 247 | 6/30/2024 |
| 0.1.0 | 218 | 6/30/2024 |
| 0.0.48 | 290 | 9/15/2023 |
| 0.0.47 | 239 | 9/3/2023 |
| 0.0.46 | 250 | 8/23/2023 |
| 0.0.45 | 258 | 8/22/2023 |
| 0.0.44 | 538 | 8/5/2023 |
| 0.0.43 | 267 | 7/30/2023 |
| 0.0.42 | 269 | 7/18/2023 |
| 0.0.41 | 263 | 7/15/2023 |
| 0.0.40 | 276 | 7/15/2023 |
| 0.0.39 | 285 | 7/12/2023 |
| 0.0.38 | 276 | 7/12/2023 |
| 0.0.37 | 250 | 7/11/2023 |
| 0.0.36 | 271 | 7/10/2023 |
| 0.0.35 | 268 | 7/10/2023 |
| 0.0.34 | 274 | 7/9/2023 |
Loading failed