• 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
Metropolis Avatar
Name:Unknown
Clan:tarent
Member Since:Apr 2019
Last Seen:Dec 2024
Profiles:
Following:22
Followers:17
Allies:17
View Profile Badges
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations (27)
  • Replies
  • Authored
  • Needs Resolution
  • Custom User Avatar
    • Metropolis
    • commented on "Vowel Count" typescript solution
    • 7 months ago

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

  • Custom User Avatar
    • ejini战神
    • resolved a question on "Sums of Parts" kata
    • 4 years ago

    OP solved it, closing

  • Custom User Avatar
    • marek_a
    • commented on "Find the smallest integer in the array" kata
    • 5 years ago

    Within code block between braces { }, an instruction is expected. Expression a-b isn't an instruction. What may confuse you is, that a-b at compilation expands to { return a-b; }. So, in lambda expression you can use simplified notation a-b or full instruction { return a-b; }, but can't mix them.

  • Custom User Avatar
    • Metropolis
    • commented on "Find the smallest integer in the array" kata
    • 5 years ago

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

  • Custom User Avatar
    • jaybruce1998
    • commented on "Index i?" kata
    • 6 years ago

    Thanks!

  • Custom User Avatar
    • Metropolis
    • commented on "Index i?" kata
    • 6 years ago

    Nice idea for a kata.

  • Custom User Avatar
    • Metropolis
    • commented on "Index i?" java solution
    • 6 years ago

    Cool.

  • Custom User Avatar
    • Metropolis
    • commented on "Ghost code?!" kata
    • 6 years ago

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

  • Custom User Avatar
    • Metropolis
    • commented on "Multiples of 3 or 5" python solution
    • 6 years ago

    cool.

  • Custom User Avatar
    • Metropolis
    • commented on "Convert a Number to a String!" java solution
    • 6 years ago

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

  • Custom User Avatar
    • Metropolis
    • commented on "The wheat/rice and chessboard problem" python solution
    • 6 years ago

    oh, I used the brackets for if, because I really wanted to do the kata. Then I realized there is no java translation. So I learned a lot about python now :-D

  • Custom User Avatar
    • Metropolis
    • commented on "Ranking & Honor" topic
    • 6 years ago

    I observed, that there is no honor given, when I did the same kata in another language or repeat it with the same language. Maybe you tried it already before?

  • Custom User Avatar
    • Metropolis
    • commented on "Ranking & Honor" topic
    • 6 years ago

    I think there is no way to get rid of your earned honor. Don't mind about it. You are on the right track, when you are interested in your real progress and not in only your rank. At least it is a good prerequisite to really become better by practicing. A lot of desperate coders are searching for solutions on the internet resulting in nearly copied codes. If you try to learn from it, i think it is ok.

  • Custom User Avatar
    • Metropolis
    • commented on "Up Voting System" topic
    • 6 years ago

    Somtimes I also use another sorting to see and vote e.g. newer solutions instead of the ones that have already a lot of.

  • Custom User Avatar
    • Metropolis
    • commented on "Greed is Good" kata
    • 6 years ago

    You have to calculate the highest score that is present after throwing the dices. The values of the dices are given in and calculation has to be done by the listet rules. Some dice values can have different scores dependent on the number of dices, that have the same value. Was this your question? Hope it helps.

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

Confirm

  • Cancel
  • Confirm

Collect: undefined

Loading collection data...