• 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
conconTheCoder Avatar
Name:Unknown
Clan:conconClan
Member Since:Apr 2022
Last Seen:Aug 2024
Profiles:
Following:0
Followers:0
Allies:0
View Profile Badges
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations (36)
  • Replies
  • Authored
  • Needs Resolution
  • Custom User Avatar
    • conconTheCoder
    • commented on "The Fruit Juice" kata
    • 3 years ago

    should there be any varaibles in the init section

  • Custom User Avatar
    • conconTheCoder
    • commented on "Spinning Rings - Fidget Spinner Edition" kata
    • 3 years ago

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

  • Custom User Avatar
    • conconTheCoder
    • commented on "Statistics for an Athletic Association" kata
    • 3 years ago

    For the first test case that has 5 terms, I am getting different answers to the 2nd and 3rd median values. It looks like the second median is 32, and the third median is 34, which is the 4th terms in each of their lists. Shouldn't the median be the 3rd sorted term in a 5 term list?

  • Custom User Avatar
    • benjaminzwhite
    • commented on "Find the total white and black areas in a strange chessboard" kata
    • 3 years ago

    Hi @ChichoZeDo - if you'd like a little hint: forget about coding/modules/packages/loops/etc. for now, and just think about how you could solve this problem in the real world - maybe if the board were printed on a piece of paper for example.

  • Custom User Avatar
    • benjaminzwhite
    • resolved a suggestion on "Find the total white and black areas in a strange chessboard" kata
    • 3 years ago

    Thanks! Approved, and noted for the change in description.

  • Custom User Avatar
    • walki
    • commented on "Find the total white and black areas in a strange chessboard" kata
    • 3 years ago

    There is a way to nest 2 loops to get it ro pass. There is a clue in the 40000 N test case set description.

  • Custom User Avatar
    • conconTheCoder
    • commented on "Find the total white and black areas in a strange chessboard" kata
    • 3 years ago

    maybe dont use loops at all - i tried to do it with one loop and it timed out

  • Custom User Avatar
    • akar-0
    • commented on "Find the total white and black areas in a strange chessboard" kata
    • 3 years ago

    Why couldn't you?

  • Custom User Avatar
    • amirymax
    • commented on "Find the total white and black areas in a strange chessboard" kata
    • 3 years ago

    can we use numpy?

  • Custom User Avatar
    • amirymax
    • commented on "Find the total white and black areas in a strange chessboard" kata
    • 3 years ago

    i got it, thanks a lot. Now im tryna solve problem with time out :)

  • Custom User Avatar
    • JohanWiltink
    • created a suggestion for "Find the total white and black areas in a strange chessboard" kata
    • 3 years ago

    LC translation

    This translation changes the description ( LC needs some extra information ).

  • Custom User Avatar
    • JohanWiltink
    • commented on "Find the total white and black areas in a strange chessboard" kata
    • 3 years ago

    Try reading other comments.

  • Custom User Avatar
    • ChichoZeDo
    • commented on "Find the total white and black areas in a strange chessboard" kata
    • 3 years ago

    Hi Akar-0, thank you for your advise. I have just little expirience in coding and so far I only found the solutions by using nested loops, but allof them are time out, could you share a hint?

  • Custom User Avatar
    • akar-0
    • commented on "Find the total white and black areas in a strange chessboard" kata
    • 3 years ago

    ìtertools.product does fundamentally the same as a nested loop. This won't work.

  • Custom User Avatar
    • ChichoZeDo
    • commented on "Find the total white and black areas in a strange chessboard" kata
    • 3 years ago

    Hi There!, I found a solution for this Kata using "product" from itertools package but it is also time out, please help!

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

Confirm

  • Cancel
  • Confirm

Collect: undefined

Loading collection data...