Jump to content

Tree from nesting levels: Difference between revisions

m
(→‎Python: Functional: Added a round-trip (from tree back to sparse level list) using a generic catamorphism over trees)
Line 878:
# showTree :: Tree Maybe Int -> String
def showTree(tree):
'''A string representation aof
a Maybe Int tree.
'''
return drawTree(
9,655

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.