• 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
sierikov Avatar
Name:Artem Sierikov
Clan:Google
Skills:developer, student
Member Since:Jun 2018
Last Seen:Jan 2025
Profiles:
Following:290
Followers:287
Allies:287
View Profile Badges
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations (8)
  • Replies
  • Authored
  • Needs Resolution
  • Custom User Avatar
    • sierikov
    • commented on "Coding with Squared Strings" scala solution
    • 9 months ago

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

  • Custom User Avatar
    • sierikov
    • commented on "Fabergé Easter Eggs crush test" kata
    • 16 months ago

    Am I doing something wrong or are we restricted to using only BigInteger?

  • Custom User Avatar
    • sierikov
    • commented on "Symbolic differentiation of prefix expressions" kata
    • 16 months ago

    Seems like Scala version also has this bug.

  • Custom User Avatar
    • sierikov
    • commented on "Function 1 - hello world" scala solution
    • 2 years ago

    In the first comment there is a hidden Right-To-Left override character. So all following text will be interpreted as right to left. Try to select the text in the solution and you will see how selection behaves differently from normal. So for the computer it looks like this:

    /* (display next text as right to left) */ def greet = "hello world!"
    

    Why then the compiler does not complain? Because it is in the comment section.

  • Custom User Avatar
    • g964
    • resolved an issue on "Which are in?" kata
    • 3 years ago

    There are no errors in the kata. Print the input to see where your problem is.

  • Custom User Avatar
    • sierikov
    • created an issue for "Which are in?" kata
    • 3 years ago

    I am confused.

    Actual: arp, live, strong
    Expect: arp, live, strong
    -
    
    Actual: arp
    Expect: arp
    -
    
    Actual: cod, code, ewar, wars
    Expect: cod, code, ewar, wars
    -
    
    Actual: ar, cod, code, ewar, wars
    Expect: ar, cod, code, ewar, wars
    -
    Test Failed
    empty.reduceLeft
    
    

    Language: Scala

    And I don't use reduceLeft inside my code.
    Random test is green. Basic test too.

  • Custom User Avatar
    • os629
    • commented on "Tribonacci Sequence" java solution
    • 5 years ago

    I always like reading code with streams, though am still not used to them. Can you explain why creating n double arrays is faster than using a for loop?

  • Custom User Avatar
    • sierikov
    • commented on "Tribonacci Sequence" java solution
    • 6 years ago

    Too slow

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

Confirm

  • Cancel
  • Confirm

Collect: undefined

Loading collection data...