leetcode
leetcode copied to clipboard
Leetcode solutions
Bug Report for https://neetcode.io/problems/python-polymorphism-with-inheritance Please describe the bug below and include any steps to reproduce the bug or screenshots if possible. in the test code you aren't using the MethodOverride:...
Bug Report for https://neetcode.io/problems/python-type-hints Please describe the bug below and include any steps to reproduce the bug or screenshots if possible. I had the code written the exact same as...
Bug Report for https://neetcode.io/problems/sql-default-values Please describe the bug below and include any steps to reproduce the bug or screenshots if possible. My output and the expected output are same but...
Bug Report for https://neetcode.io/problems/buy-and-sell-crypto-with-cooldown Please describe the bug below and include any steps to reproduce the bug or screenshots if possible. This solution works with "Run" but not "Submit" for...
Bug Report for https://neetcode.io/problems/python-sort-ascending Please describe the bug below and include any steps to reproduce the bug or screenshots if possible. The course and sometimes the code doesn't reset upon...
Bug Report for https://neetcode.io/problems/python-type-hints Please describe the bug below and include any steps to reproduce the bug or screenshots if possible. correct solutions marked as incorrect. even given solution does...
Bug Report for https://neetcode.io/problems/trapping-rain-water Please describe the bug below and include any steps to reproduce the bug or screenshots if possible. def trap(self, height: List[int]) -> int: l=0 r=1 sl=0...
Bug Report for https://neetcode.io/problems/two-integer-sum-ii Please describe the bug below and include any steps to reproduce the bug or screenshots if possible. The question seems to involve both the return value...
Bug Report for https://neetcode.io/problems/time-based-key-value-store Please describe the bug below and include any steps to reproduce the bug or screenshots if possible. Editorial bug, where constraints does not state **"All the...
Bug Report for https://neetcode.io/problems/stone-game-iii Please describe the bug below and include any steps to reproduce the bug or screenshots if possible. The following solution passes the test case `stoneValue=[-5]` when...