• 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
kodejuice Avatar
Name:Sochima Biereagu
Clan:Unknown
Member Since:Jul 2015
Last Seen:Aug 2022
Profiles:
Following:308
Followers:359
Allies:300
View Profile Badges
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations (1996)
  • Replies
  • Authored
  • Needs Resolution
  • Custom User Avatar
    • IMINDEBT
    • commented on "Odd or Even?" python solution
    • last month

    Oh I forgot this rule. Thanks for reminding!

  • Custom User Avatar
    • www.BCFCODE.ir
    • commented on "Negation of a Value" kata
    • last month

    This was a great opportunity to come up with a creative solution!
    It’s always interesting to see how others approach the same problem after you’ve solved it.
    Thanks for this awesome kata!

  • Custom User Avatar
    • mahabub_gbs
    • commented on "Count Odd Numbers below n" kata
    • 2 months ago

    very easy kata!
    Hint: Just use by simple math formula to count the odd numbers.

  • Custom User Avatar
    • pavloslav
    • created an issue for "Wave Sorting" kata
    • 2 months ago

    C++

    The resulting array shouldn't necessarily match anyone in the tests, a function just checks if the array is now wave sorted.

    The vector content should stay the same

    It can't be both together. If the function only checks if the array is wave sorted, it shouldn't check if it stays the same.

    It's even worse: i've added

    if(is_wave_sorted(v))
        return;
    

    at the beginning of my function, and still it returns "The vector content should stay the same". So, my function only runs if the check function fails - and still the vector should stay the same?

  • Custom User Avatar
    • K01egA
    • created an issue for "Candy thieves" kata
    • 3 months ago

    This problem can be reduced to the set cover problem, which is NP-hard, looking at size of tests I can assume that reference solution uses some king of greedy approach, which do not guaranty optimal solution.
    Example A = [3, 8, 8, 6, 7], B = [2, 2, 3, 5, 6], k = 6. My solution is 3. First thief can take from jars 1 and 4 second from 2, third from 3 and 5

  • Custom User Avatar
    • PetitLu117
    • resolved an issue on "Sectional Array Sort" kata
    • 3 months ago

    fixed in this fork

  • Custom User Avatar
    • hobovsky
    • resolved a suggestion on "Sectional Array Sort" kata
    • 3 months ago

    Merged

  • Custom User Avatar
    • Eslamlinux
    • commented on "Count Odd Numbers below n" kata
    • 3 months ago

    The easiest kyu

  • Custom User Avatar
    • trashy_incel
    • resolved an issue on "Get Password from grid" kata
    • 3 months ago

    done there

  • Custom User Avatar
    • trashy_incel
    • resolved a suggestion on "Get Password from grid" kata
    • 3 months ago

    approved

  • Custom User Avatar
    • PetitLu117
    • created a suggestion for "Sectional Array Sort" kata
    • 3 months ago

    js fork

    • made description language-agnostic (resolving this issue)
    • used lodash for randomness
    • provided inputs on failure
  • Custom User Avatar
    • PetitLu117
    • created a suggestion for "Get Password from grid" kata
    • 3 months ago

    js fork 🤖🤖🤖

    • updated to node 18
    • used mocha/chai assertions + lodash for randomness
    • provided inputs on failure
  • Custom User Avatar
    • PetitLu117
    • created a question for "Get Password from grid" kata
    • 3 months ago

    Can the password be empty (eg: no 'T' at the end of directions) ? Can grid be 1x1 and/or can directions be empty (thus password would also be empty) ?

    I'd like to translate the kata and I think these cases could be interesting but I don't know if I should implement them or not. I also think it could be added to the description.

  • Custom User Avatar
    • hobovsky
    • resolved an issue on "Get Password from grid" kata
    • 3 months ago

    Merged the fork with the fix.

  • Custom User Avatar
    • hobovsky
    • resolved an issue on "Sectional Array Sort" kata
    • 3 months ago

    Merged.

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

Confirm

  • Cancel
  • Confirm

Collect: undefined

Loading collection data...