• 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
mcruggiero Avatar
Name:Michael RUggiero
Clan:Unknown
Skills:python, c++, machine learning
Member Since:Jan 2019
Last Seen:Sep 2024
Profiles:
Following:0
Followers:0
Allies:0
View Profile Badges
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations (16)
  • Replies
  • Authored
  • Needs Resolution
  • Custom User Avatar
    • mcruggiero
    • commented on "Integer Right Triangles" kata
    • 5 years ago

    Without looking at your code it is hard to say, but I would probably bet that any algorithm that iterates through two loops (a and b) will give you troubles when you try and find c in a^2 + b^2 = c^2.

    Try to find a way to make only one loop in your code.

  • Custom User Avatar
    • mcruggiero
    • commented on "Sums of Parts" python solution
    • 5 years ago

    Nice use of accumulate.

  • Custom User Avatar
    • mcruggiero
    • commented on "Game Hit the target" python solution
    • 5 years ago

    Nice use of any

  • Custom User Avatar
    • mcruggiero
    • commented on "Longest vowel chain" python solution
    • 5 years ago

    Nice!

  • Custom User Avatar
    • mcruggiero
    • commented on "Limit string length - 1" python solution
    • 5 years ago

    Yeah, I think I can maybe be a little more liberal with my one-liners.

  • Custom User Avatar
    • Snim
    • commented on "Limit string length - 1" python solution
    • 5 years ago

    I use them so long as they are easily understandable (like this one)

  • Custom User Avatar
    • mcruggiero
    • commented on "Limit string length - 1" python solution
    • 5 years ago

    Nice one liner. Just currious, do people use if statements like this in production? Thanks!

  • Custom User Avatar
    • mcruggiero
    • commented on "Reducing by steps" python solution
    • 5 years ago

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

  • Custom User Avatar
    • mleszczynski
    • commented on "Create Phone Number" python solution
    • 5 years ago

    Neat! Love it! :)

  • Custom User Avatar
    • mcruggiero
    • commented on "Create Phone Number" python solution
    • 5 years ago

    Nice!

  • Custom User Avatar
    • mcruggiero
    • commented on "Common array elements" python solution
    • 5 years ago

    Nice!

  • Custom User Avatar
    • mcruggiero
    • commented on "Pascal's Triangle" python solution
    • 5 years ago

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

  • Custom User Avatar
    • mcruggiero
    • commented on "String doubles" kata
    • 5 years ago

    Fun problem, but this really shouldn't be 7 Kyu since there is a timing element.
    Thanks

  • Custom User Avatar
    • mcruggiero
    • commented on "Next bigger number with the same digits" kata
    • 7 years ago

    Thank you for the fun problem, but does it seem a little over rated?

  • Custom User Avatar
    • FArekkusu
    • resolved an issue on "Tick Toward" kata
    • 7 years ago

    My solution involves finding all of the integral points along the line between start and target, moving "diagonally" as mentioned in the description

    If you can't pass the tests, then you're "moving diagonally" incorrectly.

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

Confirm

  • Cancel
  • Confirm

Collect: undefined

Loading collection data...