• 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
adamisom Avatar
Name:Adam Isom
Clan:Launch School
Member Since:May 2015
Last Seen:Feb 2022
Profiles:
Following:594
Followers:597
Allies:592
View Profile Badges
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations
  • Replies (5)
  • Authored
  • Needs Resolution
  • Custom User Avatar
    • Kees de Vreugd
    • commented on "Reverse Inside Parentheses (Inside Parentheses)" javascript solution
    • 5 years ago

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

  • Custom User Avatar
    • Greatlemer
    • commented on "Binary Genetic Algorithms" kata
    • 5 years ago

    @adamisom, what's not explained very well here is that you're trying to move from the current population to a new population made up of modified copies from the original one. That's why you're duplicating them (because you may wish to select a member more than once in its original state), and why you need to iterate this step multiple times (to build up the new population to the right size).

    Hope that helps, this kata really did feel like fumbling around in the dark for a lot of it.

  • Custom User Avatar
    • UFW
    • commented on "Reverse Inside Parentheses (Inside Parentheses)" javascript solution
    • 5 years ago

    I would assume that it would be the folks around here that appreciate recursion.
    The time to process is probably the fastest of all solutions.
    My solution as example had many many more iterations and is much slower.
    I think it is a beautiful recursive work of art. I'm sure im not the only one...

  • Custom User Avatar
    • CheerfulSatchel
    • commented on "Reverse Inside Parentheses (Inside Parentheses)" javascript solution
    • 5 years ago

    LOL folks that probably equate least lines to "better practice". It is clever for sure though :]

  • Custom User Avatar
    • Chrono79
    • commented on "A Rule of Divisibility by 7" kata
    • 5 years ago

    m is the original input value, in which language do you see it being negative?

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

Confirm

  • Cancel
  • Confirm

Collect: undefined

Loading collection data...