• 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
ulou Avatar
Name:Unknown
Clan:Unknown
Skills:javascript, typescript, kotlin
Member Since:Jul 2019
Last Seen:Jul 2025
Profiles:
Following:2
Followers:2
Allies:2
View Profile Badges
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations (18)
  • Replies
  • Authored
  • Needs Resolution
  • Custom User Avatar
    • raulbc777
    • resolved a suggestion on "Remove All The Marked Elements of a List" kata
    • 3 years ago

    It's ok. Thanks for considering my work. Approved!

  • Custom User Avatar
    • Glinator
    • created a suggestion for "Remove All The Marked Elements of a List" kata
    • 3 years ago
    • OCaml translation

    Please review and approve, thanks !

    This translation modifies the description : commas in the lists were all over the place.

  • Custom User Avatar
    • ulou
    • commented on "Remove All The Marked Elements of a List" kata
    • 3 years ago

    I get it, but learning gain from this kata is negative. It teaches very bad practice, that's why I raised this comment. Not a big deal, maybe at least some curious begginer will read this.

  • Custom User Avatar
    • akar-0
    • commented on "Remove All The Marked Elements of a List" kata
    • 3 years ago

    See post just below.

  • Custom User Avatar
    • akar-0
    • commented on "Remove All The Marked Elements of a List" kata
    • 3 years ago

    I agree that a class is not appropriated here. But it's a detail of implementation that doesn't have much consequences, and it won't be changed for the reasons I told.

  • Custom User Avatar
    • raulbc777
    • commented on "Remove All The Marked Elements of a List" kata
    • 3 years ago

    Thanks to @akar-0 for this translation. Thanks to @dfhwze for approving it. +1 for you both.

  • Custom User Avatar
    • ulou
    • commented on "Remove All The Marked Elements of a List" kata
    • 3 years ago

    This kata makes no sens in JS. It should be just a function not a Array.prototype that not modifying itself.

  • Custom User Avatar
    • Katu
    • commented on "Find the unique number" kata
    • 4 years ago

    I have the same problem. It's not broken although I can't seem to figure out how to fix it (I'm writing it in Python).

  • Custom User Avatar
    • ulou
    • commented on "RGB To Hex Conversion" kotlin solution
    • 4 years ago

    Hi, now I see that you didn't get any answer.

    (1) listOf(...).map { ... }.joinToString(...)

    is equal

    (2) listOf(...).joinToString(...) { ... }

    Intelij simplifying (1) into (2) automatically.

  • Custom User Avatar
    • g964
    • commented on "Sums of Parts" kata
    • 4 years ago

    Why that? The kyu is not given by the author.

  • Custom User Avatar
    • ulou
    • commented on "Sums of Parts" kata
    • 4 years ago

    Is this really kotlin 6kyu kata?

  • Custom User Avatar
    • Des87
    • created a question for "Greed is Good" kata
    • 4 years ago

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

  • Custom User Avatar
    • Chrono79
    • resolved an issue on "Greed is Good" kata
    • 4 years ago

    There is no "in a row" rule. Check the examples in the kata description.

  • Custom User Avatar
    • ulou
    • created an issue for "Greed is Good" kata
    • 4 years ago

    Imho the last test case is invalid.

    [1,5,1,2,3] should return 50 not 250. Why twice 1 is counted a 200, when in description there are words like ONE or SINGLE. At least description should be changed.

    EDIT. Now I see that I might do this kata wrong. Please check my solutions. I completed it without respecting "in a row order".

  • Custom User Avatar
    • Chrono79
    • commented on "Find the unique number" kata
    • 4 years ago

    Don't post solutions in Discourse, please.

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

Confirm

  • Cancel
  • Confirm

Collect: undefined

Loading collection data...