• 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
Timeon1 Avatar
Name:WeiYan
Clan:Unknown
Member Since:Jun 2024
Last Seen:Dec 2024
Profiles:
Following:3
Followers:0
Allies:0
View Profile Badges
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations (26)
  • Replies
  • Authored
  • Needs Resolution
  • Custom User Avatar
    • linkb15
    • commented on "Stop gninnipS My sdroW!" kata
    • 4 months ago

    same

  • Custom User Avatar
    • Popirek
    • commented on "Moving Zeros To The End" kata
    • 6 months ago

    I think even 8 kyu

  • Custom User Avatar
    • Timeon1
    • commented on "Simple frequency sort" kata
    • 6 months ago

    intresting

  • Custom User Avatar
    • ixPost
    • commented on "Moving Zeros To The End" kata
    • 6 months ago

    Yeah

  • Custom User Avatar
    • Timeon1
    • commented on "Help the general decode secret enemy messages." kata
    • 6 months ago

    Why havent a example at the discription

  • Custom User Avatar
    • Timeon1
    • commented on "Bitcoin statistics" kata
    • 6 months ago

    waste some time on figure out how to calculate the total avg(array2 -> 4300 ); Lol

  • Custom User Avatar
    • JohanWiltink
    • commented on "Minimum difference in duplicate characters" kata
    • 7 months ago

    The output should have been an optional tuple of an int and a char, not a nullable, necessarily heterogeneous, array. This is overly monolinguistic.

    I'm not sure what can be done now. Python ( and, proposed, Haskell ) correctly use a tuple, but the description suffers.

  • Custom User Avatar
    • JohanWiltink
    • created a suggestion for "Minimum difference in duplicate characters" kata
    • 7 months ago

    Haskell translation

    this translation modifies the description

  • Custom User Avatar
    • iNikAnn
    • commented on "Minimum difference in duplicate characters" javascript solution
    • 7 months ago

    How you did it 😁

  • Custom User Avatar
    • Timeon1
    • commented on "Minimum difference in duplicate characters" kata
    • 7 months ago

    intersting , thanks anthor

  • Custom User Avatar
    • Timeon1
    • commented on "Convert A Hex String To RGB" kata
    • 7 months ago

    2 => 16

  • Custom User Avatar
    • Timeon1
    • commented on "RGB To Hex Conversion" javascript solution
    • 7 months ago

    😂😂😂😂 crasy

  • Custom User Avatar
    • Timeon1
    • commented on "Reverse every other word in the string" kata
    • 7 months ago

    intersting, key is recognise the odd/even

  • Custom User Avatar
    • Chrono79
    • commented on "Moving Zeros To The End" kata
    • 7 months ago
                   v                           v   v
    expected [ 9, +0, 9, 1, 2, 1, 1, 3, 1, 9, +0, +0, 9, +0, +0, +0, +0, +0, +0, +0 ] to deeply equal 
             [ 9, 9, 1, 2, 1, 1, 3, 1, 9, 9, +0, +0, +0, +0, +0, +0, +0, +0, +0, +0 ]
    

    The first value there is your answer, and you can see there are more than one 0 not at the end. Probably you're mutating the array at the same time you run through it, skipping values.

    About what +0 is, you can see that's 0, don't mind the + before it, it's probably chai adding it in the assertion.

  • Custom User Avatar
    • denis-codewars18
    • commented on "Moving Zeros To The End" kata
    • 7 months ago

    I don't understand what is wrong
    expected [ 9, +0, 9, 1, 2, 1, 1, 3, 1, 9, +0, +0, 9, +0, +0, +0, +0, +0, +0, +0 ] to deeply equal [ 9, 9, 1, 2, 1, 1, 3, 1, 9, 9, +0, +0, +0, +0, +0, +0, +0, +0, +0, +0 ]

    +0 what is this?

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

Confirm

  • Cancel
  • Confirm

Collect: undefined

Loading collection data...