• Sign Up
    Time to claim your honor
  • Training
  • Practice
    Complete challenging Kata to earn honor and ranks. Re-train to hone technique
  • Freestyle Sparring
    Take turns remixing and refactoring others code through Kumite
  • Community
  • Leaderboards
    Achieve honor and move up the global leaderboards
  • Chat
    Join our Discord server and chat with your fellow code warriors
  • Discussions
    View our Github Discussions board to discuss general Codewars topics
  • About
  • Docs
    Learn about all of the different aspects of Codewars
  • Blog
    Read the latest news from Codewars and the community
  • Log In
  • Sign Up
daveaneo Avatar
Name:Unknown
Clan:CFR
Member Since:Apr 2020
Last Seen:Jan 2024
Profiles:
Following:9
Followers:2
Allies:2
View Profile Badges
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations
  • Replies
  • Authored (14)
  • Needs Resolution
  • Custom User Avatar
    • daveaneo
    • commented on "master_pizza_slicer" kata
    • 5 years ago

    Thank you for the feedback. I appreciate the thought and detail you put into it.

  • Custom User Avatar
    • daveaneo
    • commented on "Will you survive the zombie onslaught?" kata
    • 5 years ago

    if(zombies==100 and distance==10 and ammo==20)...
    the function returns:'You shot 20 zombies before being eaten: overwhelmed.'
    Am I wrong in thinking the "reason" was loss of ammo?
    there are 20 shots fire. One at each whole second, 1 through 10. One at each half second, 0.5 through 9.5.
    So when the zombies arrive, we are out of ammo. Or, does overwhelmed encompass any situation where it is impossible to kill all the zombies even if we had infinite bullets.

  • Custom User Avatar
    • daveaneo
    • commented on "101 Dalmatians - squash the bugs, not the dogs!" python solution
    • 5 years ago

    remove ;
    remove (n==101)+(n>101)
    add (n>100)

  • Custom User Avatar
    • daveaneo
    • commented on "Sum of all numbers with the same digits (performance edition)" kata
    • 5 years ago

    The description does mention permutations, so perhaps it was my poor reading and comprehension. Nevertheless, I think adding a shorter example to clarify the directions would help.

  • Custom User Avatar
    • daveaneo
    • commented on "Sum of all numbers with the same digits (performance edition)" kata
    • 5 years ago

    This comment is hidden because it contains spoiler information about the solution

  • Custom User Avatar
    • daveaneo
    • commented on "Sum of all numbers with the same digits (performance edition)" kata
    • 5 years ago

    Wording is confusing. I thought I was looking through the numbers 1 through 10**5 for matches. Instead, we are adding permutations. Adding more clarifying examples might help.
    7 --> 7
    77 --> 7 + 7 = 14
    122 --> 122 + 122 + 212 + 212 + 221 + 221 = 1110

  • Custom User Avatar
    • daveaneo
    • commented on "Breaking chocolate problem" python solution
    • 5 years ago

    does not work (well) for negative numbers.

  • Custom User Avatar
    • daveaneo
    • commented on "Find all non-consecutive numbers" kata
    • 5 years ago

    E.g., if we have an array [1,2,3,4,6,7,8,15,16] then 6 and 16 are non-consecutive.

    16 should be 15

  • Custom User Avatar
    • daveaneo
    • commented on "Reversing a Process" kata
    • 5 years ago

    This comment is hidden because it contains spoiler information about the solution

  • Custom User Avatar
    • daveaneo
    • commented on "Reversing a Process" kata
    • 5 years ago

    Same.

  • Custom User Avatar
    • daveaneo
    • resolved an issue on "master_pizza_slicer" kata
    • 5 years ago

    Instructions updated.

  • Custom User Avatar
    • daveaneo
    • resolved an issue on "master_pizza_slicer" kata
    • 5 years ago

    Updated. Thank you.

  • Custom User Avatar
    • daveaneo
    • commented on "master_pizza_slicer" kata
    • 5 years ago

    Thanks for the feedback. As I understand it, there is only one way to cut the pizzas to make them have equal slices. If you have examples where there are multiple ways to create equal slices, please let me know, and I will try to add more explanation to parse those out. I have updated my instructions to avoid any clever pizza cutting, if that is what you had in mind. If it's still unclear, please let me know.

  • Custom User Avatar
    • daveaneo
    • commented on "Simple Fun #180: Repeat Adjacent" kata
    • 5 years ago

    Could someone explain why the third test is one and not two (or 4).

  • © 2025 Codewars
  • About
  • API
  • Blog
  • Privacy
  • Terms
  • Code of Conduct
  • Contact

Confirm

  • Cancel
  • Confirm

Collect: undefined

Loading collection data...