Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Transform a tree with fizzbuzz

.

Challenge

Algorithm input consists of a binary tree with integer values. Output is the same tree transformed with fizzbuzz. No standard library functions are to be used.

Solution

Whiteboard Images