• 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
hem1t Avatar
Name:Unknown
Clan:Unknown
Member Since:Sep 2019
Last Seen:Jun 2025
Profiles:
Following:0
Followers:1
Allies:0
View Profile Badges
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations (16)
  • Replies
  • Authored
  • Needs Resolution
  • Custom User Avatar
    • ganijon1
    • commented on "I love you, a little , a lot, passionately ... not at all" kata
    • 9 months ago

    hey, amigo, the verb )understand) does not take (ing)😂, i know it is not related to coding, but, you need to know it

  • Custom User Avatar
    • hem1t
    • commented on "I love you, a little , a lot, passionately ... not at all" kata
    • 10 months ago

    Well, ok because of the start over I got confused and thought I had start over again and again on a specific position and was like why it's failing.

    Well it's done now.

  • Custom User Avatar
    • Chrono79
    • commented on "I love you, a little , a lot, passionately ... not at all" kata
    • 10 months ago

    "I love you", "a little", "a lot", "passionately", "madly", "not at all" original 6 elements, n goes from 1 to 6,

    "I love you", "a little", "a lot", "passionately", "madly", "not at all" the phrases start over at 7, n goes from 7 to 12,

    So on...

    You're in the right track with what you thought in the first post, maybe it's a problem with how you describe it, but I think the idea is ok.

  • Custom User Avatar
    • hem1t
    • commented on "I love you, a little , a lot, passionately ... not at all" kata
    • 10 months ago
    If there are more than 6 petals, you start over with "I love you" for 7 petals, "a little" for 8 petals and so on.
    

    Then what does this statement means?

  • Custom User Avatar
    • Chrono79
    • commented on "I love you, a little , a lot, passionately ... not at all" kata
    • 10 months ago

    For n = 8 the counting goes like this:

    "I love you", "a little", "a lot", "passionately", "madly", "not at all", "I love you", "a little"
    

    And your function returns "a little".

    And if let's say n = 8 they start the counting from a little and always start over with a little

    I wouldn't say you start over with a little, but that you end with a little instead. I already told you what start over means, after you reach "not at all", "I love you" comes next, and then "a little" and so on, as needed until you reach the nth phrase.

  • Custom User Avatar
    • hem1t
    • commented on "I love you, a little , a lot, passionately ... not at all" kata
    • 10 months ago

    Here's what I understand.

    That a person starts counting the petals, for n number of times.

    And if let's say n = 8 they start the counting from a little and always start over with a little and as like this should also be done for any number i.e. 6n + 2, Right?
    And return last petal they stopped on, Right?

  • Custom User Avatar
    • hem1t
    • commented on "I love you, a little , a lot, passionately ... not at all" kata
    • 10 months ago

    Oh, that's what I was missing, can you put an example there, in the instructions for this
    or somehow clarify this.

    I can now see that this was obvious, but damn I jumped to the conclusion that it starts from a point and continues the same old loop.

  • Custom User Avatar
    • Chrono79
    • commented on "I love you, a little , a lot, passionately ... not at all" kata
    • 10 months ago

    That every time you reach "not at all", "I love you" comes next.

  • Custom User Avatar
    • ptd3v
    • commented on "I love you, a little , a lot, passionately ... not at all" kata
    • 10 months ago

    The solution is a very cool concept with a lot of useful applications.
    However, it's confusing and more of a 7/6Kyu problem.

  • Custom User Avatar
    • hem1t
    • commented on "I love you, a little , a lot, passionately ... not at all" kata
    • 10 months ago

    I don't think I'm understanding the question correctly?

    The part where it says it should "start over", what does that mean?

  • Custom User Avatar
    • Chrono79
    • commented on "I love you, a little , a lot, passionately ... not at all" kata
    • 10 months ago

    Yes.

  • Custom User Avatar
    • hem1t
    • commented on "I love you, a little , a lot, passionately ... not at all" kata
    • 10 months ago

    What does it mean by so on?
    would 12 start on "not at all"? and would 13 start on "I love you"?

  • Custom User Avatar
    • hem1t
    • commented on "Multiplication table" kata
    • 4 years ago

    No!
    Actually you can write a code, running with linear time, but that time still would have to be n^2.
    And that's only if we had to return an 1D array instead of 2D array.

  • Custom User Avatar
    • hobovsky
    • resolved a suggestion on "Feature Requests" topic
    • 5 years ago

    Things to read:

    • https://github.com/codewars/codewars.com/issues/1687
    • https://github.com/codewars/codewars.com/wiki/Troubleshooting-your-solution#how-can-i-see-which-input-causes-my-solution-to-fail

    Bottom line: it cannot be done (or, it's difficult to be done for technical reasons) in general way for all kata and all tests automagically. It's something what kata authors should take care of. If you think output of tests is not clear, you can suggest an improvement to the kata author.

  • Custom User Avatar
    • hem1t
    • created a suggestion for "Feature Requests" topic
    • 5 years ago

    When I use Attempt, and my code fails for some reason, I think the Output screen should show what test it was running, instead of just showing the output.

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

Confirm

  • Cancel
  • Confirm

Collect: undefined

Loading collection data...