• 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
michal-szulc Avatar
Name:Unknown
Clan:Unknown
Member Since:Mar 2020
Last Seen:Jan 2024
Profiles:
Following:0
Followers:0
Allies:0
View Profile Badges
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations
  • Replies (6)
  • Authored
  • Needs Resolution
  • Custom User Avatar
    • VDSurChauffe
    • commented on "Find the unique number" python solution
    • 17 months ago

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

  • Custom User Avatar
    • LastChance103
    • commented on "Find the unique number" python solution
    • 2 years ago

    I dont think its O(n^2) because there is only ever 2 numbers in this problem. so I think its maximum O(2n) and minimum O(n).

  • Custom User Avatar
    • Chrono79
    • commented on "Find the stray number" python solution
    • 4 years ago

    in which all of them are the same, except for one single number.

  • Custom User Avatar
    • Rud1
    • commented on "Without the letter 'E'" kata
    • 4 years ago

    In Python at least.

  • Custom User Avatar
    • RedHat
    • commented on "Decode the Morse code, advanced" kata
    • 5 years ago

    Part of this kata is to find out how long a single unit of time is.
    In "11100010101010001" there are multiple cases of single '1' and '0', which means a single unit of time is 1 character.
    In "111" a single time unit is 3 characters. (though we only know this because we are supposed to assume . over -)
    Also notice that they in the details of this kata has an example where the time unit is 2 characters.

    (I removed starting and trailing zeroes from your example since we are supposed to ignore them)

  • Custom User Avatar
    • Blind4Basics
    • commented on "Most frequently used words in a text" kata
    • 5 years ago

    your list contains an empty string, I bet.

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

Confirm

  • Cancel
  • Confirm

Collect: undefined

Loading collection data...