• 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
freeman42x Avatar
Name:Răzvan Flavius Panda
Clan:Life
Skills:haskell, c#, rust
Member Since:Aug 2014
Last Seen:May 2025
Profiles:
Following:32
Followers:31
Allies:30
View Profile Badges
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations
  • Replies (15)
  • Authored
  • Needs Resolution
  • Custom User Avatar
    • Vyse
    • commented on "Check same case" csharp solution
    • 15 months ago

    It does.

    When both letters are in upper case, both calls to char.IsLower() will return false.
    false == false resolves to true, so the function returns 1.

  • Custom User Avatar
    • cliffstamp
    • resolved an issue on "Password maker" kata
    • 7 years ago

    Fixed.

  • Custom User Avatar
    • cliffstamp
    • resolved an issue on "Symbols counted " kata
    • 7 years ago

    Done.

  • Custom User Avatar
    • DestyNova
    • commented on "Get Smallest Common Factor" kata
    • 7 years ago

    Did you figure this one out? I'm stuck on the random tests too, wondering what corner cases I've missed.

    [edit]
    Figured it out, I was looking for a maximum instead of a minimum!

  • Custom User Avatar
    • KenKamau
    • commented on "Single character palindromes II" kata
    • 7 years ago

    It's not that..I simply don't agree with you. Thanks though.

  • Custom User Avatar
    • KenKamau
    • commented on "Single character palindromes II" kata
    • 7 years ago

    This is a first for me, someone saying that tests are not properly implemented in 1/75 of my katas. I will wait for more issues like this before I touch it.

  • Custom User Avatar
    • KenKamau
    • commented on "Single character palindromes II" kata
    • 7 years ago

    So it was in fact a suggestion..

  • Custom User Avatar
    • KenKamau
    • commented on "Single character palindromes II" kata
    • 7 years ago

    How? Its not standard practice. Or is it?

  • Custom User Avatar
    • Unnamed
    • commented on "Upper <body> Strength" kata
    • 7 years ago

    Then how do you think you got this value inside an Int if it didn't fit?
    https://www.codewars.com/kumite/5aabc88e6f70e19d610000bd

  • Custom User Avatar
    • KenKamau
    • resolved an issue on "Single character palindromes II" kata
    • 7 years ago

    Issue or suggestion?

  • Custom User Avatar
    • myjinxin2015
    • resolved an issue on "T.T.T.27: Four piles of apples" kata
    • 7 years ago

    Fixed.

  • Custom User Avatar
    • Unnamed
    • commented on "Upper <body> Strength" kata
    • 7 years ago

    This kata can be solved without using numbers greater than timeLimit, there's no need in Integers. 60 is the correct result for 8337374094012673832.

  • Custom User Avatar
    • bkaes
    • commented on "Find the k-th Element of a list safely" kata
    • 11 years ago

    Hm, I could change the infinite list to [1..k+100] : error "You went pretty far in a infinite list. Are you sure you thought that through?".

    However, you get a very similar error if you use length in your own programs without proper reasoning, so I think I leave it like that.

  • Custom User Avatar
    • botulf2000
    • commented on "Find the k-th Element of a list safely" kata
    • 11 years ago

    I also got that error at first, but now I know why. Maybe adding something about not using length in the description? Or is that clear enough with the "should work with infinite lists"? I know I missed/misunderstood that, but if it's only me then the problem is with me and not the description.

  • Custom User Avatar
    • bkaes
    • resolved an issue on "Find the k-th Element of a list safely" kata
    • 11 years ago

    Added the fact that some of the lists might be infinite to the description. The "Unknown error" is due to length, unfortunately I don't know how to fix that.

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

Confirm

  • Cancel
  • Confirm

Collect: undefined

Loading collection data...