leetcode
leetcode copied to clipboard
Leetcode solutions
Bug Report for https://neetcode.io/problems/word-break-ii Please describe the bug below and include any steps to reproduce the bug or screenshots if possible. Submission status is "Unknown" and and console shows error...
Bug Report for https://neetcode.io/problems/foreign-dictionary Hello can't see crearly my output and expected result on this problem with the test case: words=["abcdefgh","bdefghij","cghij","dfghij","efghij","fghij","ghij","hij","ij","j","abcdefghi","bdefghijk","cghijk","dfghijk","efghijk","fghijk","ghijk","hijk","ijk","jk","k"]
Bug Report for https://neetcode.io/problems/lowest-common-ancestor-in-binary-search-tree Please describe the bug below and include any steps to reproduce the bug or screenshots if possible. ``` /** * Definition for a binary tree node....
**Bug** Report for https://neetcode.io/problems/find-minimum-in-rotated-sorted-array Please describe the bug below and include any steps to reproduce the bug or screenshots if possible. there is no validation of test cases created by...
Bug Report for https://neetcode.io/problems/sql-check-constraint Please describe the bug below and include any steps to reproduce the bug or screenshots if possible. While check for constraints, the test fails if you...
Bug Report for https://neetcode.io/problems/longest-substring-without-duplicates Please describe the bug below and include any steps to reproduce the bug or screenshots if possible. in the problem , we are asked to get...
Bug Report for https://neetcode.io/problems/string-encode-and-decode Please describe the bug below and include any steps to reproduce the bug or screenshots if possible. I am not seeing the expected logs in stdout...
Bug Report for https://neetcode.io/problems/remove-element Please describe the bug below and include any steps to reproduce the bug or screenshots if possible. Here again, my simplest solution in Java for this...
Bug Report for https://neetcode.io/problems/remove-duplicates-from-sorted-array Please describe the bug below and include any steps to reproduce the bug or screenshots if possible. This is my simplest proposed solution in Java for...
Bug Report for https://neetcode.io/problems/house-robber Please describe the bug below and include any steps to reproduce the bug or screenshots if possible.