• 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
rnelson082 Avatar
Name:Ray Nelson
Clan:Unknown
Member Since:Jun 2016
Last Seen:Jan 2024
Profiles:
Following:3
Followers:1
Allies:0
View Profile Badges
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations (31)
  • Replies
  • Authored
  • Needs Resolution
  • Custom User Avatar
    • macnick
    • commented on "One Line Task: Two Letters" kata
    • 6 years ago

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

  • Custom User Avatar
    • Pan1k
    • commented on "One Line Task: Two Letters" kata
    • 8 years ago

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

  • Custom User Avatar
    • ezy
    • commented on "One Line Task: Two Letters" kata
    • 8 years ago

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

  • Custom User Avatar
    • aweleshetu
    • commented on "One Line Task: Two Letters" kata
    • 8 years ago

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

  • Custom User Avatar
    • kkavita92
    • commented on "Numerical Palindrome #2 " kata
    • 9 years ago

    I've edited the description to make this clear just in case.

  • Custom User Avatar
    • 10XL
    • commented on "Numerical Palindrome #2 " kata
    • 9 years ago

    1321 doesn't contain 121. Nowhere in the description does it say to permutate the input.

  • Custom User Avatar
    • ramski
    • commented on "Numerical Palindrome #2 " kata
    • 9 years ago

    I don't understand, 1321 also contains palindrome(121) and the test should return False.

  • Custom User Avatar
    • user5504489
    • commented on "Numerical Palindrome #2 " kata
    • 9 years ago

    In my solution,I have to get all substring until find the palindrome.
    So...
    It is inefficient.
    And that's why I felt amazing.
    Your solutions are better~

  • Custom User Avatar
    • kkavita92
    • resolved a suggestion on "Numerical Palindrome #2 " kata
    • 9 years ago

    Thank you!

  • Custom User Avatar
    • 10XL
    • created a suggestion for "Numerical Palindrome #2 " kata
    • 9 years ago

    Crystal translation submitted

  • Custom User Avatar
    • Blind4Basics
    • commented on "Numerical Palindrome #2 " kata
    • 9 years ago

    because it contains a palindrome : 121 ! ;)

  • Custom User Avatar
    • JakenHerman
    • commented on "Numerical Palindrome #2 " kata
    • 9 years ago

    This may be a stupid question - how is 1215 a palindrome? I do not understand this. Is it because 1215 = 5121 is a palindrome?

  • Custom User Avatar
    • rnelson082
    • commented on "Numerical Palindrome #2 " kata
    • 9 years ago

    hello, I enjoyed chipping away at your kata.

    I kinda took a brute force approach. I would be grateful for any tips on what a solid next step would be.

  • Custom User Avatar
    • lechevalier
    • commented on "Jungerstein's Math Training Room: 1. How many zeros are at the end of n!! ? " kata
    • 9 years ago

    JS can only handle number less than 10 ^ 16 before switching to exponentiation form.
    You have two options:

    • find a way to not generate such huge numbers: you're only interested by the zeroes at the end of this number afterwards.
    • switch to a language that handle infinite digits arithmetic (yes this kata is terribly easy in Python)
  • Custom User Avatar
    • lechevalier
    • commented on "Jungerstein's Math Training Room: 1. How many zeros are at the end of n!! ? " kata
    • 9 years ago

    When I discovered this kata, I just read the title, then I began to work on an algorithm based on my assumption.
    After quite a struggle, I opened the editor and saw the full description: well wrong algorithm, but it was easy to adapt it.
    Thanks for the challenge anyway! :')

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

Confirm

  • Cancel
  • Confirm

Collect: undefined

Loading collection data...