• 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
xgbuils Avatar
Name:Xavier Garcia Buils
Clan:Unknown
Member Since:Jul 2015
Last Seen:Aug 2023
Profiles:
Following:6
Followers:4
Allies:3
View Profile Badges
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations (14)
  • Replies
  • Authored
  • Needs Resolution
  • Custom User Avatar
    • Voile
    • resolved an issue on "IP Validation" kata
    • 7 years ago

    Added for JS

  • Custom User Avatar
    • xgbuils
    • commented on "Sum of Digits / Digital Root" javascript solution
    • 9 years ago

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

  • Custom User Avatar
    • xgbuils
    • commented on "Sudoku Solver" javascript solution
    • 9 years ago

    bad solution.

  • Custom User Avatar
    • xgbuils
    • commented on "Strings Mix" kata
    • 9 years ago

    Thanks! solved

  • Custom User Avatar
    • g964
    • commented on "Strings Mix" kata
    • 9 years ago

    The description says "in the result..." so yes you have to take account of the whole string.

  • Custom User Avatar
    • xgbuils
    • commented on "Strings Mix" kata
    • 9 years ago

    I tryed to sort the strings with the same length alfabetically but does not match with the example:
    '2:yy' < '=:hh' < '=:rr'. I'm very confused

  • Custom User Avatar
    • xgbuils
    • commented on "Strings Mix" kata
    • 9 years ago

    In the result, substrings will be in decreasing order of their length and when they have the same length sorted alphabetically (more precisely sorted by codepoint); the different groups will be separated by '/'.

    Then why does the example expect 2:eeeee/2:yy/=:hh/=:rr and not 2:eeeee/2:yy/=:rr/=:hh. Code point of r is greater than h. Codepoint is the numeric code of char?

  • Custom User Avatar
    • xgbuils
    • commented on "IP Validation" kata
    • 9 years ago

    There are many tests missing in the kata, the test failures do not have any descriptive message and the description of kata may be better.

  • Custom User Avatar
    • xgbuils
    • created an issue for "IP Validation" kata
    • 9 years ago

    My solution say that IP '1e0.1e0.1e0.1e0' is valid but it is not. It should exist a test that validates this.

  • Custom User Avatar
    • xgbuils
    • commented on "Naughty or Nice?" javascript solution
    • 9 years ago

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

  • Custom User Avatar
    • xgbuils
    • commented on "Naughty or Nice?" javascript solution
    • 9 years ago

    missing DRY

  • Custom User Avatar
    • xgbuils
    • commented on "Sum Arrays" javascript solution
    • 9 years ago

    index is not necessary ;-)

  • Custom User Avatar
    • xgbuils
    • commented on "Function Composition" javascript solution
    • 10 years ago

    eval is evil! ;-)

  • Custom User Avatar
    • xgbuils
    • commented on "Function Composition" javascript solution
    • 10 years ago

    reverse isn't needed: http://www.codewars.com/kata/reviews/54245bec0d07e54d4600031b/groups/55b282f9a8454e7e23000038

    Congratulations on implementing generic solution!

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

Confirm

  • Cancel
  • Confirm

Collect: undefined

Loading collection data...