• 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
cypherfunc Avatar
Name:Eric R
Clan:Unknown
Member Since:Sep 2016
Last Seen:Sep 2024
Profiles:
Following:234
Followers:234
Allies:234
View Profile Badges
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations (12)
  • Replies
  • Authored
  • Needs Resolution
  • Custom User Avatar
    • cypherfunc
    • commented on "Valid Braces" java solution
    • 8 years ago

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

  • Custom User Avatar
    • matt c
    • commented on "Multiplying numbers as strings" javascript solution
    • 8 years ago

    There is no point or advantage it is just because.

    I did solve this kata quite a long time ago so I can't exactly tell you why I did for this one but there are probably others too.

  • Custom User Avatar
    • hufftheweevil
    • commented on "Multiplying numbers as strings" javascript solution
    • 8 years ago

    And what was the point of putting all the logic in the constructor? I don't see an advantage. Just because? I mean you could do that with just about any function. Why this one?

  • Custom User Avatar
    • cypherfunc
    • created an issue for "Ones and Zeros" kata
    • 8 years ago

    The problem is described as taking an array, but in Java it actually takes a List/ArrayList. Can you change the problem or the description so its consistent?
    Thanks!

  • Custom User Avatar
    • matt c
    • commented on "Multiplying numbers as strings" javascript solution
    • 8 years ago

    it's not designed as readable code.

  • Custom User Avatar
    • rasheed72
    • commented on "How many are smaller than me II?" kata
    • 8 years ago

    I use something faster than O(N^2) but it does not pass. How much time does your solution take to complete?

  • Custom User Avatar
    • cypherfunc
    • commented on "Multiplying numbers as strings" javascript solution
    • 8 years ago

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

  • Custom User Avatar
    • matt c
    • commented on "Multiplying numbers as strings" javascript solution
    • 8 years ago

    the idea wasn't to make my code clever the goal was to place all the logic within the constructor of the function.

  • Custom User Avatar
    • cypherfunc
    • commented on "Multiplying numbers as strings" javascript solution
    • 8 years ago

    Dude, cramping everything together on one line with single character names doesn't automatically make your code clever.

  • Custom User Avatar
    • rasheed72
    • commented on "How many are smaller than me II?" kata
    • 8 years ago

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

  • Custom User Avatar
    • cypherfunc
    • commented on "How many are smaller than me II?" kata
    • 8 years ago

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

  • Custom User Avatar
    • cypherfunc
    • commented on "Can you get the loop ?" kata
    • 8 years ago

    Nowhere does it say that you may not modify the input, e.g. adding properties. Also, the error messages you get give you no hint whatsoever that you are not allowed to modify the input.

    That said, I solved it by adding a flag prop to the nodes, ad then doing a second sweep to remove the flags. So there's also nothing that keeps you from modifying it, as long as you put it back.

    Not a bad problem, but it's way too easy for 3kyu. The only difficult thing about it is figuring out that you have to leave the input as it was.

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

Confirm

  • Cancel
  • Confirm

Collect: undefined

Loading collection data...