• 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
Vaults Avatar
Name:Unknown
Clan:Unknown
Member Since:May 2016
Last Seen:Nov 2023
Profiles:
Following:6
Followers:9
Allies:4
View Profile Badges
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations (47)
  • Replies
  • Authored
  • Needs Resolution
  • Custom User Avatar
    • user6075167
    • commented on "Correct the mistakes of the character recognition software" javascript solution
    • 2 years ago

    Nice format. First time I have seen someone format a one liner.

  • Custom User Avatar
    • algoSolver988
    • commented on "Find Maximum and Minimum Values of a List" javascript solution
    • 3 years ago

    I did not know you can use "apply" on a function instead of the spread operator (...arr), TIL.
    Gotta understand what "apply" does but it looks helpful

  • Custom User Avatar
    • ejini战神
    • created an issue for "B.A.D. Hashing" kata
    • 4 years ago

    The third instruction should be made clearer by stating that the sorting should be done based on ascii value in the form of a string.

  • Custom User Avatar
    • akar-0
    • resolved a question on "B.A.D. Hashing" kata
    • 4 years ago

    Lexicographically sort the list by its' value descending

    (see twypsy's post below; I had the same problem :))

  • Custom User Avatar
    • Konstantin Modin
    • commented on "B.A.D. Hashing" kata
    • 4 years ago

    Doing everything from description but just have no idea what I am doing wrong.
    For 'apple juice':
    Expected: '323456789ABCDEF012345677D9A76634',
    instead got: '023456789ABCDEF01234567ADE358DE4'

  • Custom User Avatar
    • morganbarrett
    • commented on "Covfefe" javascript solution
    • 4 years ago

    [Best Practices 0] [Clever 0] [Racist 1]

  • Custom User Avatar
    • B1ts
    • commented on "B.A.D. Hashing" kata
    • 4 years ago

    Sorry, I'm still at a loss. I decided to try again, but I'm stuck as I was before. I'm passing the first test, but I'm doing something wrong with some order, I think...

    2nd sample test: "apple juice", then with padding or not, if I sort descending, first character would be 'u' (char code 117), index is 0, 117 % 16 is 5, which is same in hex, but expected starts with '3'...

    At which point is my approach wrong?

  • Custom User Avatar
    • Fbasham
    • commented on "B.A.D. Hashing" kata
    • 4 years ago

    He's basically asking you to convert to a string and then sort.

  • Custom User Avatar
    • B1ts
    • created a question for "B.A.D. Hashing" kata
    • 5 years ago

    Could you clarify what kind of sorting do you expect? (js) Should I sort the ordinal values desc or characters themselves?

  • Custom User Avatar
    • Vaults
    • resolved an issue on "B.A.D. Hashing" kata
    • 5 years ago

    Thank you, fixed.

  • Custom User Avatar
    • FArekkusu
    • created an issue for "B.A.D. Hashing" kata
    • 5 years ago

    The function name should be in camelCase in JavaScript.

  • Custom User Avatar
    • Vaults
    • resolved a suggestion on "B.A.D. Hashing" kata
    • 5 years ago

    Hey, thanks for the suggestion. I don't log on a lot anymore nowadays but took the opportunity to fix it up immediately.

  • Custom User Avatar
    • Sennsei
    • commented on "Find Maximum and Minimum Values of a List" javascript solution
    • 5 years ago

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

  • Custom User Avatar
    • ParanoidUser
    • created a suggestion for "B.A.D. Hashing" kata
    • 5 years ago

    A minor typo in the description: - Change each value into a hex[A]decimal value 0-F

  • Custom User Avatar
    • KyleMartin
    • commented on "Correct the mistakes of the character recognition software" javascript solution
    • 6 years ago

    Thanks sautumn, i've learnt something new here!

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

Confirm

  • Cancel
  • Confirm

Collect: undefined

Loading collection data...