Skip to content

hanse-dev/challenge-fizzbuzz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

challenge-fizzbuzz

Idea Collection

Easy

  • with pen and paper
  • w/o loops
  • w/ Testing
  • use a new IDE
    • cursor
    • vs code
  • use no IDE
    • numpad
  • LLM
    • as a prompt
    • as a system prompt

Medium

Hard

Collections

requirement changes

  • more prime numbers
    • 3 == fizz
    • 5 == buzz
    • 7 == lazz
    • 11 == fus
    • ...
  • small change to break all other implementations
    • The cap jump to next char
    • 3 == Fizz
    • 5 = Buzz
    • 6 == fIzz
    • 9 == fiZz
    • 10 == bUzz
    • 12 == fizZ
    • 15 == FizzbuZz

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published