• 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
wowthecoder Avatar
Name:Andrew Loo
Clan:Programming legends
Skills:java, python, haskell
Member Since:May 2020
Last Seen:Jul 2024
Profiles:
Following:75
Followers:499
Allies:76
View Profile Badges
Ad
Educator, struggling to assess your students?
Assess your classroom or bootcamp with the world leading assessment platform, Qualified.Request your demo today!
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations (74)
  • Replies
  • Authored
  • Needs Resolution
  • Custom User Avatar
    • saudiGuy
    • created a suggestion for "Build a quadratic equation" kata
    • 6 months ago

    consider displaying input value instead of "One random test" for each random test.

  • Custom User Avatar
    • jkimbell
    • commented on "Build a quadratic equation" kata
    • 13 months ago

    Okay, I'll handle this special case. Okay, I'll handle this other special case. Okay...

  • Custom User Avatar
    • ejini战神
    • created an issue for "Build a quadratic equation" kata
    • 14 months ago
    • Removal of multiples of 0 was not mentioned in the description.

    • Example and sample tests like below should be added

    test.assert_equals(quadratic_builder("(x+0)(x+1)"), "x^2+x")
    test.assert_equals(quadratic_builder("(2q+3)(2q-3)"), "4q^2-9")
    
    • Description also does not mention that m and p will never be 0, also n and q can be 0

    • Description should be language-agnostic (removal of function names)

  • Custom User Avatar
    • ejini战神
    • resolved a suggestion on "Build a quadratic equation" kata
    • 14 months ago

    This is actually an issue!

  • Custom User Avatar
    • wowthecoder
    • created an issue for "Word a10n (abbreviation)" kata
    • 2 years ago

    Haskell tests appear to be broken. My solution failed on the randomized tests:
    Falsifiable (after 7 tests and 4 shrinks):
    "aa\71319a"
    expected: "a2a"
    but got: "aa\71319a"
    Is \71319 supposed to be a character?

  • Custom User Avatar
    • Bigoh20
    • commented on "Smallest possible sum " kata
    • 2 years ago

    There's a pattern indeed but I can't figure it out

  • Custom User Avatar
    • Wei-Ting Yang
    • resolved an issue on "SMS Shortener" kata
    • 3 years ago

    Fixed!

  • Custom User Avatar
    • sansmorixz
    • created a suggestion for "Build a quadratic equation" kata
    • 4 years ago

    Removal of multiples of 0 was not mentioned in the tasks.

    ie something like 6x^2+0x-1. should become 6x^2-1.

  • Custom User Avatar
    • marioalre
    • commented on "Build a quadratic equation" kata
    • 4 years ago

    Thanks

  • Custom User Avatar
    • Expurple
    • commented on "Build a quadratic equation" kata
    • 4 years ago

    No, it's not available on codewars:

    https://docs.codewars.com/languages/python

  • Custom User Avatar
    • marioalre
    • commented on "Build a quadratic equation" kata
    • 4 years ago

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

  • Custom User Avatar
    • akar-0
    • resolved an issue on "Build a quadratic equation" kata
    • 4 years ago

    .

  • Custom User Avatar
    • genicor
    • commented on "Build a quadratic equation" kata
    • 4 years ago

    Thanks, really my bug , found an error - I missed one index

  • Custom User Avatar
    • wowthecoder
    • commented on "Build a quadratic equation" kata
    • 4 years ago

    Okay so I tried your code and it seems that for the test case (-y+11)(-55y-6) your answer is y^2-5y-66, which is wrong.
    The answer should be 55y^2-599y-66.
    I think maybe it's caused by the "-y" in the first bracket which doesn't have a number coefficient?
    By the way my test case doesn't include (y-11)(y+6).
    Please check your code again and let me know if there are any further problems.

  • Custom User Avatar
    • genicor
    • created an issue for "Build a quadratic equation" kata
    • 4 years ago

    i have the problem with one test case on python
    i have this answer y^2-5y-66 but it should be 55y^2-599 y-66
    i think it's incorrect case because
    My program in case (𝑦−11)(55𝑦+6) got 55y^2-599 y-66
    and in case (y-11)(y+6) got y^2-5y-66 and it is correct
    Plese check this test case
    I've complete all test except this one

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

Confirm

  • Cancel
  • Confirm

Collect: undefined

Loading collection data...