• 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
thornejosh Avatar
Name:Unknown
Clan:Unknown
Member Since:Jan 2020
Last Seen:May 2025
Profiles:
    Following:0
    Followers:2
    Allies:0
    View Profile Badges
    • Stats
    • Kata
    • Collections
    • Kumite
    • Social
    • Discourse
    • Conversations (61)
    • Replies
    • Authored
    • Needs Resolution
    • Custom User Avatar
      • St1tched
      • commented on "Bug Fix - Quick Sort" python solution
      • 9 months ago

      this is like bug = debugged lol

    • Custom User Avatar
      • ephraimm-zm
      • commented on "Largest pair sum in array" python solution
      • 15 months ago

      So you're saying python isn't for people who want to solve algorithms in O(n) time where possible?

    • Custom User Avatar
      • ThirdRevelation
      • commented on "Alternate case" python solution
      • 2 years ago

      Wow...how far I have to go still.

    • Custom User Avatar
      • akar-0
      • commented on "Replace letters" python solution
      • 2 years ago

      Just make a research with the names of the methods you don't know and you should find all the informations about it.

    • Custom User Avatar
      • Ch4tan
      • commented on "Replace letters" python solution
      • 2 years ago

      Someone can explain me this please? ^^

    • Custom User Avatar
      • akar-0
      • commented on "Replace letters" python solution
      • 2 years ago

      It's a solution of a programmer knowing his language.

    • Custom User Avatar
      • bit_buckwheat
      • commented on "Replace letters" python solution
      • 2 years ago

      12 Best practices and 18 Clever votes
      don't you think this is a typewriter operator, not a programmer, solution?

    • Custom User Avatar
      • jered893r
      • commented on "Replace letters" python solution
      • 2 years ago

      rly? well, maybe it's clever but not sophisticated.

    • Custom User Avatar
      • stearz
      • commented on "Replace letters" python solution
      • 2 years ago

      Oh boy. I really need to take a closer look to the built-in methods.
      This is so obvious and I wrote like a mile of code. - Thank you for this solution.

    • Custom User Avatar
      • dattenborg
      • commented on "Largest pair sum in array" python solution
      • 2 years ago

      Thanks. For now information is enough.

    • Custom User Avatar
      • bidouille
      • commented on "Largest pair sum in array" python solution
      • 2 years ago

      What complexity is about: how does the time processing grow against data growth.

      Think about how many times you have to parse data. If you parse it once, that's O(n). Twice should be O(2n) then, but we consider it as O(n) cause time processing still grows proportionally with data size. That's what we want to know. If you parse the whole data for each item, the processing time grows quadratically with data, that's O(n²). You can see n as number of items.

      So from here, you can deduce we also can have O(1): you don't parse data; O(n³): you parse whole data for each item for each item; O(n!): you parse whole remaining data for each item, O(log(n)): you parse half remaining data on each iteration; etc.

      You'll easily find documentations, graphs, tutorials, and so on (even hundreds pages book). Just look for it :)

      (If needed, a real pro will complete, precise, or correct…)

    • Custom User Avatar
      • dattenborg
      • commented on "Largest pair sum in array" python solution
      • 2 years ago

      I want to know more about code complexity. How do you know if it O(n) or higher? I did this solution as described here, but I did it cause codewars makes me think in that way, you know.

    • Custom User Avatar
      • Bk84
      • commented on "Replace letters" python solution
      • 2 years ago

      just like all people, worked for and 30min to solve normally, but very much thanks to your solution. it helps me and so many people. Thank you ;-)

    • Custom User Avatar
      • Gruzovozovoz
      • commented on "Pandas Series 101: Rename Columns" python solution
      • 2 years ago

      wow

    • Custom User Avatar
      • hobovsky
      • commented on "Calculate number of inversions in array" kata
      • 2 years ago

      The duplicate kata has been retired.

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

    Confirm

    • Cancel
    • Confirm

    Collect: undefined

    Loading collection data...