• 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
ProgerDreamer Avatar
Name:Unknown
Clan:Unknown
Member Since:Mar 2023
Last Seen:Jun 2024
Profiles:
Following:0
Followers:0
Allies:0
View Profile Badges
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations
  • Replies
  • Authored (13)
  • Needs Resolution
  • Custom User Avatar
    • ProgerDreamer
    • commented on "Roman Numerals Helper" c solution
    • 2 years ago

    That's brilliant!

  • Custom User Avatar
    • ProgerDreamer
    • commented on "Two Sum" python solution
    • 2 years ago

    Nice solution. By the way, I have a question - is this solution O(n^2) (one n from loop and another from 'in' operator), or it is more efficient?

  • Custom User Avatar
    • ProgerDreamer
    • commented on "Integers: Recreation One" python solution
    • 2 years ago

    Brillaint! The logic of my solution is the same. But this solution is much shorter and also two times faster!

  • Custom User Avatar
    • ProgerDreamer
    • commented on "Integers: Recreation One" python solution
    • 2 years ago

    Yeah, you write this when you don't know that to find all the factors of a number it is enough to iterate to sqrt(n), not necessarily to n, and that this gives acceptable performance for the kata.

  • Custom User Avatar
    • ProgerDreamer
    • commented on "Integers: Recreation One" python solution
    • 2 years ago

    So, this guy just hacked the testing sytem with the cache. Well, that is cool, in some sense

  • Custom User Avatar
    • ProgerDreamer
    • commented on "Get the Middle Character" python solution
    • 2 years ago

    Brilliant!

  • Custom User Avatar
    • ProgerDreamer
    • commented on "Directions Reduction" python solution
    • 2 years ago

    This is the only right way to solve the problem. Nice job!

  • Custom User Avatar
    • ProgerDreamer
    • commented on "Scramblies" cpp solution
    • 2 years ago

    Solution of O(nlogn) complexity for O(n) problem, though

  • Custom User Avatar
    • ProgerDreamer
    • commented on "Fake Binary" kata
    • 2 years ago

    Once again Ruby bahaves unlike other languages in a very annoying way. Why? Why I can't just convert booleans to 0 and 1 with .to_i method for instance? There is no reason I cannot do that by default

  • Custom User Avatar
    • ProgerDreamer
    • commented on "Snail" python solution
    • 2 years ago

    Pretty nice solution! Very elegant, readable and simple. Though, a new array creation every iteration doesn't seem to be very good.

  • Custom User Avatar
    • ProgerDreamer
    • commented on "IP Validation" python solution
    • 2 years ago

    Very nice

  • Custom User Avatar
    • ProgerDreamer
    • commented on "Sum of Digits / Digital Root" python solution
    • 2 years ago

    The best solution. Once again it turns out that you can find the most efficient way to solve a problem just by using simple math facts

  • Custom User Avatar
    • ProgerDreamer
    • commented on "Equal Sides Of An Array" python solution
    • 2 years ago

    This solution is of O(n^2) time complexity but the kata has O(n) solution which isn't even tricky.

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

Confirm

  • Cancel
  • Confirm

Collect: undefined

Loading collection data...