• 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
Late347 Avatar
Name:Unknown
Clan:Unknown
Member Since:Oct 2016
Last Seen:Mar 2025
Profiles:
    Following:0
    Followers:0
    Allies:0
    View Profile Badges
    • Stats
    • Kata
    • Collections
    • Kumite
    • Social
    • Discourse
    • Conversations
    • Replies (52)
    • Authored
    • Needs Resolution
    • Custom User Avatar
      • Just4FunCoder
      • resolved an issue on "Ore Numbers" kata
      • 5 months ago

      Fixed already.

      To compare: New fork & Old fork

    • Custom User Avatar
      • ejini战神
      • resolved a question on "Find the position!" kata
      • 9 months ago

      OP solved it by hard-coding, closing :-)

    • Custom User Avatar
      • KayleighWasTaken
      • commented on "Greedy thief" kata
      • 10 months ago

      Looking through translations, Python seems to have fixed tests with zero weight but not zero prices. Haskell seems to lack zero price tests as well in the fixed suite.

      Those cases are clearly not robust enough, however, since there are still incorrect solutions that aren't invalidated.

    • Custom User Avatar
      • Anatoliianatolich
      • commented on "RGB To Hex Conversion" kata
      • 13 months ago

      why and how does it influence?

    • Custom User Avatar
      • JohanWiltink
      • commented on "Greedy thief" kata
      • 15 months ago

      Weights can be zero, because diamonds exist. Prices can also be zero, because bricks exist.

      If Python does not have ( fixed ) tests with zero weights and / or zero prices, these can ( and should ) be added.

    • Custom User Avatar
      • Awesome A.D.
      • resolved a question on "Path Finder #3: the Alpinist" kata
      • 2 years ago

      The difference would be 2 in either case.

      Number of climb rounds between adjacent locations is defined as difference of location altitudes (ascending or descending).

    • Custom User Avatar
      • DallogFheir
      • commented on "Greedy thief" kata
      • 2 years ago

      That's because some items can have a weight of 0 (which is nonsensical), and the solution only checks up to 0 (not inclusive). Change for w in range(n, 0, -1): to for w in range(n, -1, -1): and it will work.

      Also n can be 0 too. This should be fixed or at least mentioned in the description.

    • Custom User Avatar
      • Chrono79
      • commented on "SQL Basics: Simple SUM" kata
      • 2 years ago

      The table name you should use is people, you only need to return a single column, age_sum. That is already in the kata's description, read it again. If you have to sum them all, then the result is a single row.

    • Custom User Avatar
      • SCUBALibre
      • commented on "SQL Basics: Simple SUM" kata
      • 2 years ago

      +1

      In particular, since this is supposed to be a beginner kata.
      So far, I haven't solved this kata, as the instructions need much more clarification.

      What is the table name? Which columns are expected to be returned, or just one row?

    • Custom User Avatar
      • ejini战神
      • resolved a question on "Common Denominators" kata
      • 4 years ago

      OP solved it, closing

    • Custom User Avatar
      • ejini战神
      • resolved a question on "Number of Decimal Digits" kata
      • 4 years ago

      OP solved it, closing

    • Custom User Avatar
      • ejini战神
      • resolved a question on "Most digits" kata
      • 4 years ago

      OP solved it, closing

    • Custom User Avatar
      • ejini战神
      • resolved a question on "How many feelings?" kata
      • 4 years ago

      OP solved it, closing

    • Custom User Avatar
      • ejini战神
      • resolved a question on "Ball Upwards" kata
      • 4 years ago

      OP solved it, closing

    • Custom User Avatar
      • ejini战神
      • resolved a question on "Ball Upwards" kata
      • 4 years ago

      This is a common physic problem ^^ which is good ~~

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

    Confirm

    • Cancel
    • Confirm

    Collect: undefined

    Loading collection data...