Skip to content

ApiO/Tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tree

license Framework version Project version GitHub release NuGet

FOSSA Status

A c# (1-n) tree implementation. This lib was designed to respond to a specific need and can be more generic/reusable, no efforts has been made on that way. For now, the code is left as this.

CI & QA

Build server Platform Status
AppVeyor Windows Build status
Travis Linux Build Status

Coverall Status Coverty Status

Get more details at codescene.io.

Design constraint

This implementation assume that each nodes has an unique identifier (long). The ids are not set by the tree, you must define them. To populate this tree you have use the addChild() function.

Features

  • Use Template for data
  • Browse nodes by id (not index)
  • Browse nodes with iterator
  • Node depth
  • Roots
  • Leaves

License

MIT License

Copyright (c) 2016 ApiO

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.