leetcode
leetcode copied to clipboard
Leetcode solutions
Bug Report for https://neetcode.io/problems/surrounded-regions Please describe the bug below and include any steps to reproduce the bug or screenshots if possible. The description is asking for a 2d list but...
Bug Report for https://neetcode.io/problems/python-hash-map-basics Please describe the bug below and include any steps to reproduce the bug or screenshots if possible. The might be a simple typo error. But just...
Bug Report for https://neetcode.io/problems/contains-duplicate-ii Please describe the bug below and include any steps to reproduce the bug or screenshots if possible. The error idk come from where but probably come...
Bug Report for https://neetcode.io/problems/is-anagram the indenting is not working. I have set the indentation for 2 space but nothing is different between 4 space and 2 space.
Bug Report for https://neetcode.io/problems/longest-consecutive-sequence Please describe the bug below and include any steps to reproduce the bug or screenshots if possible. ``` All 3 solutions fail with incorrect response for...
Bug Report for https://neetcode.io/problems/sql-insert-array The tip for inserting an array of dates is out of date. The correct format is `'{YYYY-MM-DD, YYYY-MM-DD}'` not `ARRAY['YYYY-MM-DD', 'YYYY-MM-DD']::DATE[]`
Bug Report for https://neetcode.io/problems/validate-parentheses Please describe the bug below and include any steps to reproduce the bug or screenshots if possible. Description: When writing code in the IDE, indentation inside...
Bug Report for https://neetcode.io/problems/clone-graph Please describe the bug below and include any steps to reproduce the bug or screenshots if possible. Test case: `adjList=[[2, 3], [1, 3, 4],[1, 2, 5],...
Bug Report for https://neetcode.io/problems/search-for-word-ii ### Incorrect expected result According to the problem statement, the same cell may not be used more than once in a word, but it may be...
Bug Report for https://neetcode.io/problems/string-encode-and-decode For Go stub, the `s` variable label in Decode is clashing for pointer Receiver and parameter value in function.