data-structures-and-algorithms

Challenge Summary

Conduct “FizzBuzz” on a k-ary tree while traversing through it to create a new tree.

Authors

Authors: Emad Idris ✌✌

Challenge Description

Approach & Efficiency

Space: O(1)

Time: O(n)

Whiteboard(s)

cc18

TEST

Test


Pull Request