• 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
coderado Avatar
Name:Jeremy Hull
Clan:Coderado Limited
Skills:javascript, typescript, java, c/c++, xml, sql, angularjs, react, vue, html, css
Member Since:Jul 2016
Last Seen:Nov 2020
Profiles:
Following:0
Followers:0
Allies:0
View Profile Badges
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations (7)
  • Replies
  • Authored
  • Needs Resolution
  • Custom User Avatar
    • Madjosz
    • commented on ""First non-repeating character" Java Translation"
    • 3 years ago
    • Please show inputs on failing tests in assertion messages.
    • Random test do not create cases with more than one unique character.
  • Custom User Avatar
    • Madjosz
    • commented on ""Regex Password Validation" Java Translation"
    • 3 years ago

    The setup does not enforce the use of a regex. Better way would be to let the user return a java.util.regex.Pattern object or even a pattern string and then use this to test passwords for validity.
    Rejected.

  • Custom User Avatar
    • coderado
    • commented on ""First non-repeating letter" Java Translation"
    • 6 years ago

    Thanks! I corrected it

  • Custom User Avatar
    • cliffstamp
    • commented on ""First non-repeating letter" Java Translation"
    • 7 years ago

    Description conflict.

  • Custom User Avatar
    • coderado
    • commented on "First non-repeating letter" kata
    • 9 years ago

    Java translation provided

  • Custom User Avatar
    • coderado
    • commented on "Regex Password Validation" kata
    • 9 years ago

    Java translation created

  • Custom User Avatar
    • coderado
    • created an issue for "First non-repeating character" kata
    • 9 years ago

    The test cases seem to be lacking. My original solution would fail if a letter appeared 3 times, yet it passed all the tests. I changed my solution and added the following tests for JavaScript, which failed with my original code.

    Test.assertEquals(firstNonRepeatingLetter('abbaabczaz'), 'c');

    Test.assertEquals(firstNonRepeatingLetter('zaazzapper'), 'e');

    Test.assertEquals(firstNonRepeatingLetter('abbAabcZzaz'), 'c');

    Test.assertEquals(firstNonRepeatingLetter('zaazzZxXAaaP3er'), 'P');

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

Confirm

  • Cancel
  • Confirm

Collect: undefined

Loading collection data...