Skip to content

Commit 7ee8e8d

Browse files
Update Readme.md
1 parent 15bbf82 commit 7ee8e8d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Open.Hierarchy
22

3+
[![NuGet](http://img.shields.io/nuget/v/Open.Hierarchy.svg)](https://www.nuget.org/packages/Open.Hierarchy/)
4+
35
## `Node<T>`
46

57
One of the important abilities of `Node<T>` and its supporting classes is to allow for creating and modifying tree structures that only have a parent to child relationship. It's important to ensure that a node cannot occur multiple times in a tree but an instance of its value can occur any number of times. This facilitates potential 'value sub-trees' that can have duplicate references but not duplicate instances. By using `Node<T>` as a container, a single instance can exist multiple times in a tree but still be uniquely identifiable by its position.

0 commit comments

Comments
 (0)