• 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
Scheir Avatar
Name:Andre Scheir Johansson
Clan:Unknown
Member Since:Aug 2021
Last Seen:May 2025
Profiles:
Following:6
Followers:12
Allies:5
View Profile Badges
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations (17)
  • Replies
  • Authored
  • Needs Resolution
  • Custom User Avatar
    • Human Sapien
    • commented on "What's the real floor?" python solution
    • 17 months ago

    Instead of saying - 1 * (expression), you could say - (expression), as boolean values are interpreted as 1 or 0 in arithmetic, and you can subtract those as well like you can do with (almost) any value.

  • Custom User Avatar
    • trashy_incel
    • resolved an issue on "NATO Phonetic Alphabet" kata
    • 3 years ago

    i dont see an 'X-Ray' anywhere in the Python code

  • Custom User Avatar
    • Scheir
    • created an issue for "NATO Phonetic Alphabet" kata
    • 3 years ago

    In python the preloaded X-ray is wrong. R should be r to match the testcases.

  • Custom User Avatar
    • Dess1996
    • commented on "Find the vowels" python solution
    • 3 years ago

    Is regex more faster solution than using for loop?

  • Custom User Avatar
    • Blind4Basics
    • created an issue for "Is This Piece Under Threat?" kata
    • 3 years ago

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

  • Custom User Avatar
    • Blind4Basics
    • created an issue for "Is This Piece Under Threat?" kata
    • 3 years ago

    Hi,

    Unfortunately, you did a duplicate of this one: https://www.codewars.com/kata/5b5736abf1d553f844000050
    The context isn't exactly the same, but the underlying logic is exactly the same, your kata only adds iterating over the board first, and converting to a boolean for the output.
    Other than that, a well done kata, yes. Note that mixing ints and strings in the input isn't a good idea. You could have used characters for the tiles as well.

    Cheers

  • Custom User Avatar
    • Scheir
    • commented on "Is This Piece Under Threat?" kata
    • 3 years ago

    Very well written kata, keep 'em coming!
    I would consider changing the letter for knight to N as K usually represents the King in chess.

  • Custom User Avatar
    • Scheir
    • commented on "Give your kata a name" kata
    • 3 years ago

    Pretty interesting Kata.
    Am I the only one that thinks that this actually is a bit harder then 6 KYU in general?
    Atleast from c++ pov I'd rate it 5

  • Custom User Avatar
    • Scheir
    • commented on "Transforming Maze Solver" kata
    • 4 years ago

    Very good kata, thanks for spending your time creating these!

  • Custom User Avatar
    • Scheir
    • commented on "Reversi Win Checker" kata
    • 4 years ago

    Thanks for a very fun kata!
    I know this game as Othello, not Reversi ;)

  • Custom User Avatar
    • Scheir
    • commented on "Path Finder #3: the Alpinist" kata
    • 4 years ago

    If it is faster, why not just give it a shot?

  • Custom User Avatar
    • Expurple
    • commented on "Ideal Trader" kata
    • 4 years ago

    If he waits until 0.9, he misses the 1.0->1.2 and 0.8->0.9 ride up and only makes 1.11x from 0.9->1.0. It's a smaller profit than a possible 1.5x, so not ideal

  • Custom User Avatar
    • Scheir
    • commented on "Ideal Trader" kata
    • 4 years ago

    Why in the example on step 1 is the ideal trader not buying at 0.9 instead of 1.0?

  • Custom User Avatar
    • Scheir
    • commented on "Cut the cake" kata
    • 4 years ago

    Very fun kata, however, I think its easier than 2 kyu

  • Custom User Avatar
    • Scheir
    • commented on "BECOME IMMORTAL" kata
    • 4 years ago

    Jeez this was my first attempt att a 1 KYU kata. It was frustrating, time consuming, moments of happiness followed by even more frustration but finally, insane amounts of satisfaction.
    Thanks Voile for a great kata, I learned alot about myself, and some modular arithmetics.

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

Confirm

  • Cancel
  • Confirm

Collect: undefined

Loading collection data...