issues Search Results · repo:doocs/leetcode language:Java
Filter by
54 results
(85 ms)54 results
indoocs/leetcode (press backspace or delete to remove)img width= 1366 height= 768 alt= Image src=
https://github.com/user-attachments/assets/09be27a2-1111-43da-b7cf-bc2946fd5c69 /
I am going to create a PR in my folked one which i have just solved it
img ...
pranjal030404
- Opened 2 days ago
- #4548
Hi,
The SQL solution for 1517. Find Users With Valid E-Mails is incorrect.
Problem: The current query does not enforce case sensitivity for the domain leetcode.com.
Correct SQL:
SELECT *
FROM Users ...
piyushlasane
- 2
- Opened 22 days ago
- #4493
A small niggle: The C++ solution for 369. Plus One Linked List has a memory leak. It leaks the dummy node in those cases
where it is not used. Of course, LeetCode tends to leak all of the nodes it uses ...
tbxfreeware
- 3
- Opened on Apr 16
- #4356
https://github.com/doocs/leetcode/blob/6c6cb55e8d66ecc32559fcf76045bd49ac2f4084/solution/1900-1999/1955.Count%20Number%20of%20Special%20Subsequences/README.md?plain=1#L95-L102
It should be
$$
\begin{aligned} ...
ThreeMonth03
- 1
- Opened on Mar 17
- #4256
There are files with the same name in the same path with different capitalization, for example: Solution.cs and
solution.cs . Such files with the same name in the same path can cause problems with case-insensitive ...
djvelimir
- 1
- Opened on Feb 5
- #4023
The parenthesis for Q53 Solution 1 are confusing. Suggested edit in red.
image
awderh
- Opened on Nov 9, 2024
- #3734
https://github.com/doocs/leetcode/blob/main/solution/2400-2499/2454.Next%20Greater%20Element%20IV/README.md
Your time complexity is O(nlogn). Time complexity can achieve O(n) by double stacks.
class ...
StarsExpress
- Opened on Nov 4, 2024
- #3709
https://github.com/doocs/leetcode/blob/main/solution/2400-2499/2454.Next%20Greater%20Element%20IV/README.md
Your time complexity is O(nlogn). Time complexity can achieve O(n) by double stacks.
class ...
StarsExpress
- Opened on Nov 3, 2024
- #3708

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.