• 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
Barnellioss Avatar
Name:Unknown
Clan:Unknown
Member Since:Jan 2020
Last Seen:Feb 2025
Profiles:
Following:1
Followers:1
Allies:1
View Profile Badges
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations (8)
  • Replies
  • Authored
  • Needs Resolution
  • Custom User Avatar
    • Barnellioss
    • commented on "Even or Odd" kata
    • 4 years ago

    Following

  • Custom User Avatar
    • Barnellioss
    • commented on "Array combinations" kata
    • 4 years ago

    you copied half of message

  • Custom User Avatar
    • achambily
    • commented on "Array combinations" kata
    • 4 years ago

    So, 3*4=72 ?

  • Custom User Avatar
    • Chrono79
    • commented on "Bugs Life" kata
    • 4 years ago

    Because the bug can't fly.

    Note: The bug cannot fly and has to maintain contact with a surface at all times but can walk up walls.

  • Custom User Avatar
    • Barnellioss
    • commented on "Bugs Life" kata
    • 4 years ago

    Can't understand the idea of kata, why we can't go through the diagonals. It is the shortest way. In first test I got 3.74

  • Custom User Avatar
    • Barnellioss
    • commented on "Array combinations" kata
    • 5 years ago

    Test solve([[1,2,3],[3,4,6,6,7],[8,9,10,12,5,6]]),72) have a bug.
    If we use a little combinatoric knowledge and some fingers we will see this bug.
    Original values in each array: [3,4,6] Ok, let's multiply them, result 3 * 4 = 12 * 6= 72.

    • 1 * 4 * 6 + 1 * 4 * 6 + 1 * 4 * 6 =72
      But [1,2,3], [3,4,6,7],[8,9,10,12,5,6]
      [1,3,[8,9,10,12,5,6]] = 6 23+23+17
      [1,4,[8,9,10,12,5,6]] = 6
      [1,6,[8,9,10,12,5]] = 5
      [1,7,[8,9,10,12,5,6]] = 6
      This is why, result( 23+23+17) should be 63
  • Custom User Avatar
    • Barnellioss
    • commented on "Simple square numbers" kata
    • 5 years ago

    The perfect square for 9 is 16, 9+7, why we should add 16?

  • Custom User Avatar
    • Barnellioss
    • commented on "Birthday I - Cake" kata
    • 5 years ago

    It isn't right description

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

Confirm

  • Cancel
  • Confirm

Collect: undefined

Loading collection data...