https://github.com/povilasb/pytree
Toy Tree data structure python implementation
https://github.com/povilasb/pytree
Last synced: 3 months ago
JSON representation
Toy Tree data structure python implementation
- Host: GitHub
- URL: https://github.com/povilasb/pytree
- Owner: povilasb
- Created: 2016-01-31T14:35:55.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-18T17:51:33.000Z (over 9 years ago)
- Last Synced: 2025-03-16T00:14:24.457Z (3 months ago)
- Language: Python
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
=====
About
=====.. image:: https://travis-ci.org/povilasb/pytree.svg
.. image:: https://coveralls.io/repos/github/povilasb/pytree/badge.svg?branch=masterThis is a toy Tree data structure implementation in python.