leetcode icon indicating copy to clipboard operation
leetcode copied to clipboard

Leetcode solutions

Results 602 leetcode issues
Sort by recently updated
recently updated
newest added

Bug Report for https://neetcode.io/problems/burst-balloons ![Image](https://github.com/user-attachments/assets/c3820568-388b-4c05-ad79-fd0010cc6ced) The output should be 143 not 167! Can I get a pro trial 😄

Bug Report for https://neetcode.io/problems/python-resizable-list-part-1 Please describe the bug below and include any steps to reproduce the bug or screenshots if possible. Missing a test case (insert index less than 0)...

Bug Report for https://neetcode.io/problems/sql-dates 'It's common to record the data and / or time when something happens.' should be 'It's common to record the **date** and / or time when...

Bug Report for https://neetcode.io/problems/minimum-stack Please describe the bug below and include any steps to reproduce the bug or screenshots if possible.?title=Bug Report for evaluate-reverse-polish-notation This is not working (1) public...

Bug Report for https://neetcode.io/problems/longest-common-subsequence I want the ability to do questions in functional programming paradigm but neetcode only supports class based

Bug Report for https://neetcode.io/problems/longest-repeating-substring-with-replacement I think Hint 2 is misleading, when given this input: AAAA BCBDBEBFB k = 1 It's not THE string but the running window string.

[//]: # "Pull Request Template" [//]: # "Replace the placeholder values in the template below" - **File(s) Modified**: _0008-string-to-integer_ - **Language(s) Used**: _python, cpp_ - **Submission URL**: _https://leetcode.com/problems/string-to-integer-atoi/submissions/918671861/_ [//]: #...

Bug Report for https://neetcode.io/problems/coin-change-ii In Test Case No. 22 the "amount = 5000" But in constraints "0

Bug Report for https://neetcode.io/problems/count-subsequences Just a minor typo :^) Question says "Explanation: Rhere are 3 ways". It should say "Explanation: There are 3 ways"

Bug Report for https://neetcode.io/problems/python-hello-world Please describe the bug below and include any steps to reproduce the bug or screenshots if possible.