Skip to content

Onoffswitch.net

  • About
  • License

Tag: continuation passing

Trees and continuation passing style

August 5, 2013

For no reason in particular I decided to revisit tree traversal as a kind of programming kata. There are two main kinds of tree traversal:

  • Depth first – This is where you go all the way down a tree’s branches first before bubbling up to do work.
… Read the rest
Posted in Code, SnippetsTagged c#, continuation passing, F#, graphs, tail recursion
© 2019 Onoffswitch.net • Slightly Theme by Nick Ciliak.