• 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
halpert3 Avatar
Name:Unknown
Clan:Flatiron
Member Since:Nov 2017
Last Seen:Nov 2023
Profiles:
Following:126
Followers:125
Allies:125
View Profile Badges
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations (11)
  • Replies
  • Authored
  • Needs Resolution
  • Custom User Avatar
    • halpert3
    • commented on "Simplifying multilinear polynomials" python solution
    • 2 years ago

    This code doesn't work in all cases. I copied it and pasted it to VS Code and tried it with a test polynomial I made up.

    poly = '2ac+8ca+9poy-21opy'

    The answer should be 10ac-12opy but it returns 0ac-2opy.

    The problem has to do with replacing the 1 with an empty string in the return line.

  • Custom User Avatar
    • halpert3
    • commented on "SQL Basics: Simple WITH" kata
    • 2 years ago

    In the kata desciption, it's unclear whether the result is supposed to the sales id or the department id.

  • Custom User Avatar
    • Chrono79
    • resolved a suggestion on "Did I Finish my Sudoku?" kata
    • 2 years ago
  • Custom User Avatar
    • LunaTMT
    • commented on "Did I Finish my Sudoku?" kata
    • 2 years ago

    ty

  • Custom User Avatar
    • Chrono79
    • commented on "Did I Finish my Sudoku?" kata
    • 2 years ago

    It's being already reported

  • Custom User Avatar
    • halpert3
    • commented on "Did I Finish my Sudoku?" kata
    • 2 years ago

    The image links in the kata are broken.

  • Custom User Avatar
    • halpert3
    • commented on "Uncollapse Digits" kata
    • 4 years ago

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

  • Custom User Avatar
    • halpert3
    • commented on "SQL Basics: Simple JOIN and RANK" kata
    • 4 years ago

    For this and other SQL kata, is it possible to download the databases so I can play around with solutions locally on my laptop? If so, how can I download them?

  • Custom User Avatar
    • halpert3
    • commented on "List of Presents" kata
    • 7 years ago

    I figured out the issue in that my code would work when the there wasn't enough money to buy all the gifts but not when there was money left over. I think this kata would be improved if the latter situation was put in the "Attempt."

  • Custom User Avatar
    • halpert3
    • commented on "List of Presents" kata
    • 7 years ago

    I pass all the 100+ tests except for three, and I can't figure out why. These are the three I fail:

    should return all gifts (12)
    Expected: 12, instead got: [5, 5, 5, 5, 5, 5, 10, 10, 10, 10, 10, 10]
    should return all gifts (4)
    Expected: 4, instead got: [1, 1, 1, 1]
    should return all gifts (56)
    Expected: 56, instead got: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]

  • Custom User Avatar
    • CodingWarrior
    • commented on "List of Presents" kata
    • 7 years ago

    This should be level 6

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

Confirm

  • Cancel
  • Confirm

Collect: undefined

Loading collection data...