This is a guide for aligning images.
See the full Advanced Markdown doc for more tips and tricks
| """ | |
| Generic recursive tree reduce algorithm | |
| ======================================= | |
| Trees are one of the most ubiquitous data structures. It is amazing how often we | |
| as programmers tend to reimplement the same algorithms for different trees. | |
| This module defines a generic tree-reduce algorithms that can be | |
| used with any tree-like object such as filesystem paths, lists, nested | |
| dictionaries an expression tree or even specialized tree classes! The only thing |
This is a guide for aligning images.
See the full Advanced Markdown doc for more tips and tricks