emilydolson / emilydolson/python-red-black-trees
Uml Output
- Dominant language
- Python
- Stars
- 28
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
There is a extended UML format that I feel could be used to visualize the tree structure quite well:
```
@startmindmap
*[#red] \rotatebox{90}{Root Entry}
**[#black] \rotatebox{90}{}
**[#black] \rotatebox{90}{\textcolor{white}{PROJECT}}
***[#red] \rotatebox{90}{PROJECTwm}
****[#black] \rotatebox{90}{}
****[#black] \rotatebox{90}{}
***[#red] \rotatebox{90}{VBA}
****[#black] \rotatebox{90}{}
****[#black] \rotatebox{90}{\textcolor{white}{Module1}}
*****[#black] \rotatebox{90}{\textcolor{white}{ThisWorkbook}}
******[#red] \rotatebox{90}{\_VBA\_PROJECT}
*******[#black] \rotatebox{90}{}
*******[#black] \rotatebox{90}{}
******[#black] \rotatebox{90}{}
*****[#black] \rotatebox{90}{\textcolor{white}{Sheet1}}
******[#black] \rotatebox{90}{}
******[#red] \rotatebox{90}{dir}
*******[#black] \rotatebox{90}{}
*******[#black] \rotatebox{90}{}
****[#black] \rotatebox{90}{}
**[#black] \rotatebox{90}{}
@endmindmap
```
Will produce the following image:

This would be easy to add and I think would be better then the text output.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.