Skip to content

Fizz buzz tree update#34

Open
monaSalih wants to merge 8 commits into
mainfrom
fizz-buzz-tree-update
Open

Fizz buzz tree update#34
monaSalih wants to merge 8 commits into
mainfrom
fizz-buzz-tree-update

Conversation

@monaSalih

@monaSalih monaSalih commented Nov 6, 2021

Copy link
Copy Markdown
Owner
  • If the value is divisible by 3, replace the value with “Fizz”
  • If the value is divisible by 5, replace the value with “Buzz”
  • If the value is divisible by 3 and 5, replace the value with “FizzBuzz”
  • If the value is not divisible by 3 or 5, simply turn the number into a String.
  • create ktree
  • check if the node can divide on 3 or 5 or both

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant