• 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
acker241 Avatar
Name:Unknown
Clan:CheatersINC
Member Since:Apr 2017
Last Seen:Jun 2024
Profiles:
    Following:0
    Followers:0
    Allies:0
    View Profile Badges
    • Stats
    • Kata
    • Collections
    • Kumite
    • Social
    • Discourse
    • Conversations (16)
    • Replies
    • Authored
    • Needs Resolution
    • Custom User Avatar
      • theDarkBright
      • commented on "Simple maze" kata
      • 8 years ago

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

    • Custom User Avatar
      • iv2101
      • commented on "Simple maze" kata
      • 8 years ago

      Actually I think this passes and my issue is elsewhere. Sorry!

    • Custom User Avatar
      • iv2101
      • commented on "Simple maze" kata
      • 8 years ago

      I believe this should be correct:

      if not sum(m.count('k') for m in maze) == 1: raise Exception("There should be no multiple Kates")
      

      but this does not pass. I am not an expert on errors/exceptions...

    • Custom User Avatar
      • eugene-katsevman
      • commented on "Simple maze" kata
      • 8 years ago

      Mazes are not THAT big. May be your Kate is walking in circles?

    • Custom User Avatar
      • eugene-katsevman
      • commented on "Simple maze" kata
      • 8 years ago

      it is a mere Exception with the following message : "There should be no multiple Kates"
      exactly as in example tests

    • Custom User Avatar
      • acker241
      • commented on "Simple maze" kata
      • 8 years ago

      Great Kata! Working really hard to solve this. Managed to go through Sample cases but my code times out when I run. What kind of sizes of mazes we are talking about ?

    • Custom User Avatar
      • the_Hamster
      • commented on "Sum of a Sequence [Hard-Core Version]" kata
      • 8 years ago

      try using integer division (// not /)

    • Custom User Avatar
      • GiacomoSorbi
      • commented on "Sum of a Sequence [Hard-Core Version]" kata
      • 8 years ago

      Can you fix the code and give to me something to copy and paste?

    • Custom User Avatar
      • gu62jen
      • commented on "Sum of a Sequence [Hard-Core Version]" kata
      • 8 years ago

      There is a bug in the C# solution. The given solution expects 0 for the case start == end, but the actual result should be start (or end). Please fix your solution!

    • Custom User Avatar
      • acker241
      • commented on "Sum of a Sequence [Hard-Core Version]" kata
      • 8 years ago

      Solving in Python, anyone with a suggestion on how to solve difference between scientific numbers and int?

      Thanks in advance

    • Custom User Avatar
      • raulbc777
      • commented on "Find All the Possible Numbers Multiple of 3 with the Digits of a Positive Integer." kata
      • 8 years ago

      I don't see your solution yet. Once I have it, I'll upvote it. :)

    • Custom User Avatar
      • acker241
      • commented on "Find All the Possible Numbers Multiple of 3 with the Digits of a Positive Integer." kata
      • 8 years ago

      After some weeks of thinking I got the "catch" of the kata.

      Will just include some derangement calculation on my solution.

      Great kata dude :)

    • Custom User Avatar
      • acker241
      • commented on "Chess Fun #6: Chess Bishop Dream" kata
      • 8 years ago

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

    • Custom User Avatar
      • acker241
      • commented on "The Supermarket Queue" kata
      • 8 years ago

      You should return with your function how long it will take for all the customers to check out. The first argument will bring you a list of how long each client will take. The second argument will tell the amount of queues available.

    • Custom User Avatar
      • raulbc777
      • commented on "Find All the Possible Numbers Multiple of 3 with the Digits of a Positive Integer." kata
      • 8 years ago

      Hi acker241. It's an initial challenge to force us to create a good algorithm. Otherwise we won't pass the random tests. We have 100 of them

    • Loading more items...
    • © 2025 Codewars
    • About
    • API
    • Blog
    • Privacy
    • Terms
    • Code of Conduct
    • Contact

    Confirm

    • Cancel
    • Confirm

    Collect: undefined

    Loading collection data...