Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sehgalvibhor/n-arytree

A N-Children tree developed in Python, nothing fancy !
https://github.com/sehgalvibhor/n-arytree

data-structures python tree

Last synced: 9 days ago
JSON representation

A N-Children tree developed in Python, nothing fancy !

Awesome Lists containing this project

README

        

# N-AryTree
A N-Children tree developed in Python, nothing fancy !
This tree has N childre, adding the children is very simple by creating a node and using the add_child function. Also a traverse method is defined which uses recursion to find all the values greater than the threshold value entered by the user.