• 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
Panddha Avatar
Name:Unknown
Clan:Unknown
Member Since:Nov 2013
Last Seen:Aug 2017
Profiles:
    Following:0
    Followers:2
    Allies:0
    View Profile Badges
    • Stats
    • Kata
    • Collections
    • Kumite
    • Social
    • Discourse
    • Conversations (20)
    • Replies
    • Authored
    • Needs Resolution
    • Custom User Avatar
      • Ahmed Abdelhady
      • commented on "Convert boolean values to strings 'Yes' or 'No'." java solution
      • 2 years ago

      i'll try do my best

    • Custom User Avatar
      • Dima12101
      • commented on "Convert boolean values to strings 'Yes' or 'No'." java solution
      • 3 years ago

      IMHO. Code Style is not good

    • Custom User Avatar
      • tdnghia98
      • commented on "Vowel Count" java solution
      • 8 years ago

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

    • Custom User Avatar
      • VadimPopov
      • commented on "Give me Diamond" kata
      • 9 years ago

      It checks if a number is even. Just an alternative way of saying n % 2 == 0

    • Custom User Avatar
      • sumeetmalik
      • commented on "Give me Diamond" kata
      • 9 years ago

      (n&1) == 0. What is this line doing?

    • Custom User Avatar
      • daclouds
      • commented on "Vowel Count" java solution
      • 10 years ago

      Thank you for your reviewing.

    • Custom User Avatar
      • aandis
      • commented on "Vowel Count" java solution
      • 10 years ago

      Should check for null though.

    • Custom User Avatar
      • Panddha
      • commented on "Circularly Sorted Array" java solution
      • 10 years ago

      Misunderstood circle. Thought it could go two ways.

    • Custom User Avatar
      • Panddha
      • commented on "Give me Diamond" java solution
      • 10 years ago

      Wrong if statement. Should be (n < 0 || (n & 1) == 0)

    • Custom User Avatar
      • JasonGoff
      • commented on "Nth Fibonacci" kata
      • 10 years ago

      There is a solution that will not time out. I'll make a note on the description. Thanks for the feedback.

    • Custom User Avatar
      • DerGronk
      • commented on "Nth Fibonacci" java solution
      • 10 years ago

      Yes, I have missed that case. Thank you for comment.

    • Custom User Avatar
      • FroCs
      • commented on "Nth Fibonacci" kata
      • 10 years ago

      should note that:
      1.return -1 if n<1
      2.control the time

    • Custom User Avatar
      • TellowKrinkle
      • commented on "Give me Diamond" kata
      • 10 years ago

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

    • Custom User Avatar
      • sbatten1969
      • commented on "Nth Fibonacci" kata
      • 10 years ago
      I think this is an interesting problem as it's so simple in theory, and the solutions can be really elegant.
      

      Agree completely!

    • Custom User Avatar
      • talamb
      • commented on "Vowel Count" kata
      • 10 years ago

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

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

    Confirm

    • Cancel
    • Confirm

    Collect: undefined

    Loading collection data...