• 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
qaiken Avatar
Name:Quinton Aiken
Clan:Unknown
Skills:html5, css3, javascript, wordpress
Member Since:Dec 2013
Last Seen:Dec 2023
Profiles:
Following:0
Followers:3
Allies:0
View Profile Badges
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations (118)
  • Replies
  • Authored
  • Needs Resolution
  • Custom User Avatar
    • fragged_again
    • commented on "Largest Numeric Palindrome" kata
    • 4 months ago

    There's nothing more humbling than finishing a performance kata and then seeing all the elegant solutions ;_;

  • Custom User Avatar
    • Just4FunCoder
    • resolved a suggestion on "Largest Numeric Palindrome" kata
    • 5 months ago

    Enabled in this fork

  • Custom User Avatar
    • ahmet_popaj
    • commented on "Largest Numeric Palindrome" kata
    • 10 months ago

    Amazing and wonderful kata.

  • Custom User Avatar
    • karno-bh
    • commented on "Largest Numeric Palindrome" kata
    • 2 years ago

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

  • Custom User Avatar
    • benjaminzwhite
    • commented on "Largest Numeric Palindrome" kata
    • 3 years ago

    You're welcome, glad it helped debug a bit.

    I have further edited my comment now to remove all code-related info, that way it doesn't spoil for other users.

  • Custom User Avatar
    • oxdium
    • commented on "Largest Numeric Palindrome" kata
    • 3 years ago

    I did not see this zero because in the basic test, exactly the same without a zero, thanks :D

  • Custom User Avatar
    • benjaminzwhite
    • commented on "Largest Numeric Palindrome" kata
    • 3 years ago

    As the IndexError suggests, you are trying to access an index which "doesn't exist": In your code, you have a part where you write:

    res = ...

    (I have hidden the rest, so I don't have to spoiler this comment; I hope it is clear what I mean.)

    Take this entire expression, and print it to console in the line before calling that res = ... line:

    So add this print statement:

    print("TEST -->>> ", ### here insert the expression you are using to find res ### )

    You will see what is going wrong in your console - for input [48, 9, 3, 0, 67] you will reach a point where you get:

    TEST -->>> ['']

    This then fails when you use the following code later on in your program:

    str(i)[0] <--- what happens if index 0 does not exist?

  • Custom User Avatar
    • oxdium
    • commented on "Largest Numeric Palindrome" kata
    • 3 years ago

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

  • Custom User Avatar
    • oxdium
    • commented on "Largest Numeric Palindrome" kata
    • 3 years ago

    thanks, I misunderstood the condition

  • Custom User Avatar
    • Chrono79
    • commented on "Largest Numeric Palindrome" kata
    • 3 years ago

    Because there is only one 0 and one 5 there? You should use the digits of the number 105881.

  • Custom User Avatar
    • oxdium
    • commented on "Largest Numeric Palindrome" kata
    • 3 years ago

    As 937 * 113 = 105881 and the largest palindromic number that can be arranged from the digits of result is: 81518

    why answer not 105501?

  • Custom User Avatar
    • benjaminzwhite
    • commented on "Largest Numeric Palindrome" kata
    • 3 years ago

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

  • Custom User Avatar
    • Chrono79
    • commented on "Largest Numeric Palindrome" kata
    • 3 years ago

    Create a function that finds the largest palindromic number made from the product of at least 2 of the given arguments.

    I already told you how you get the number, it's not using all the arguments. See the last example.

  • Custom User Avatar
    • zayniddindev
    • commented on "Largest Numeric Palindrome" kata
    • 3 years ago

    Result should be made from nums of the product or it should any number be up to the product?

  • Custom User Avatar
    • zayniddindev
    • commented on "Largest Numeric Palindrome" kata
    • 3 years ago

    But there is no "8"s in 451165470, or maybe I misunderstood the kata

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

Confirm

  • Cancel
  • Confirm

Collect: undefined

Loading collection data...