Skip to content

rinderknecht/Tree-traversals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tree traversals

The following technique enables both preorder and postorder tree traversals (among others) with one parameterised fold. Arguably, it is mostly interesting when the node that contribute to the updating of the accumulator are not many.

About

Preorder and postorder tree traversals

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages