• 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
stackunderflow Avatar
Name:John
Clan:Unknown
Member Since:Dec 2016
Last Seen:Oct 2022
Profiles:
Following:0
Followers:0
Allies:0
View Profile Badges
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations
  • Replies
  • Authored (27)
  • Needs Resolution
  • Custom User Avatar
    • stackunderflow
    • commented on "Chess Fun #1: Chess Board Cell Color" kata
    • 7 years ago

    I like the images given in this kata. But it really shoudn't be a 6kyu kata. It's way too easy.

  • Custom User Avatar
    • stackunderflow
    • commented on "Sorting on planet Twisted-3-7" kata
    • 8 years ago

    Hi, I have a suggestion here. Since the function prototype is vector<int> sortTwisted37 (vector<int> numbers);, this warning is redundant in the kata description,

    You should not modify the input array!

    vector<int> numbers is passed by value, so there is no way to modify it.

  • Custom User Avatar
    • stackunderflow
    • commented on "Count the Digit" cpp solution
    • 8 years ago

    It's not memory efficient and involves lots of string concatenation. I don't recommend this.

  • Custom User Avatar
    • stackunderflow
    • created a suggestion for "Simpler Interactive Interpreter" kata
    • 8 years ago

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

  • Custom User Avatar
    • stackunderflow
    • created an issue for "Base64 Encoding" kata
    • 8 years ago

    Can someone fix this kata? Random test has been broken for so long. Why don't the author use standard base64 module as backend to test?

  • Custom User Avatar
    • stackunderflow
    • commented on "Small enough? - Beginner" python solution
    • 8 years ago

    I think this is better than highly upvoted solution. It doesn't have to loop through all the items if one item fails.

  • Custom User Avatar
    • stackunderflow
    • commented on "Linked Lists - Push & BuildOneTwoThree" kata
    • 8 years ago

    Well, stack can be implemented with linked list, just saying.

  • Custom User Avatar
    • stackunderflow
    • commented on "Thinkful - Object Drills: Puzzlebox" kata
    • 8 years ago

    Ultimate question! Well done!

  • Custom User Avatar
    • stackunderflow
    • commented on "Geometry Basics: Distance between points in 3D" kata
    • 8 years ago

    I don't think codewars language has any approximately equals thing

    You can compare the difference: abs(returnValue - expectValue) < 10**-6

  • Custom User Avatar
    • stackunderflow
    • commented on "Geometry Basics: Distance between points in 3D" kata
    • 8 years ago

    Tests round answers to 6 decimal places.

    test.assert_equals(distance_between_points(Point(1, 3, 6), Point(4, 3, 2)), 5)

    choose one

  • Custom User Avatar
    • stackunderflow
    • commented on "Doubly Linked List" kata
    • 8 years ago

    It's using "list" in your example. Are you sure you have changed it?

  • Custom User Avatar
    • stackunderflow
    • commented on "Am I safe to drive?" kata
    • 8 years ago

    Great for me. Thanks for making changes. But it's just my opinions though. I am not sure how others feel about the color.

  • Custom User Avatar
    • stackunderflow
    • commented on "Am I safe to drive?" kata
    • 8 years ago

    The yellow.

  • Custom User Avatar
    • stackunderflow
    • commented on "Am I safe to drive?" kata
    • 8 years ago

    Thanks for your reply. It's better, but still bit too bright.

  • Custom User Avatar
    • stackunderflow
    • commented on "Am I safe to drive?" kata
    • 8 years ago

    I have no complaints but the color scheme. Yellow texts on black background makes my eyes really uncomfortable. There are more and more katas which have strange color schemes.

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

Confirm

  • Cancel
  • Confirm

Collect: undefined

Loading collection data...