Tagged Questions

4
votes
2answers
1k views

Extracting Leaf paths from n-ary tree in F#

Inspired by this question, I wanted to try my hand at the latest ponder this challenge, using F# My approach is probably completely off course, but in the course of solving this problem, I'm trying ...