Skip to content

Pull requests: gahogg/Leetcode-Solutions

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Pull requests list

Update Spiral Matrix - Leetcode 54.cpp
#10 by ghost was closed Aug 15, 2024 Loading… updated Aug 15, 2024
fix bug in word search solution for javascript
#12 by RikJurriaans was merged Aug 28, 2024 Loading… updated Aug 28, 2024
Correct Space Complexity and Optimized Solution for LeetCode 383: Ransom Note
#9 by Tesfamichael12 was merged Aug 28, 2024 Loading… updated Aug 28, 2024
Added Brute Force Solution
#28 by jianxun-p was merged Jan 28, 2025 Loading… updated Jan 28, 2025
added: brute force soln for Longest Substring Without Repeating Characters
#30 by jianxun-p was closed Feb 11, 2025 Loading… updated Feb 11, 2025
Added Brute Force Solution
#31 by jianxun-p was merged Feb 11, 2025 Loading… updated Feb 11, 2025
Longest Increasing Subsequence - Leetcode 300 - O(nlog(n)) algorithm
#33 by CharlesLakes was closed Apr 9, 2025 Loading… updated Apr 9, 2025
Fibonacci Number - Leetcode 509 - Fast matrix exponentiation
#32 by CharlesLakes was closed Apr 9, 2025 Loading… updated Apr 9, 2025
Create Find Closest Number to Zero - Leetcode 2239.go
#14 by ortin779 was closed Jul 17, 2025 Loading… updated Jul 17, 2025
Create Merge Strings Alternately - Leetcode 1768.go
#15 by ortin779 was closed Jul 17, 2025 Loading… updated Jul 17, 2025
Create Roman to integer - Leetcode 13.go
#16 by ortin779 was closed Jul 17, 2025 Loading… updated Jul 17, 2025
Create Best Time to Buy and Sell Stock - Leetcode 121.go
#18 by ortin779 was closed Jul 17, 2025 Loading… updated Jul 17, 2025
Create Is Subsequence - Leetcode 392.go
#17 by ortin779 was closed Jul 17, 2025 Loading… updated Jul 17, 2025
Create Longest Common Prefix - Leetcode 14.go
#20 by ortin779 was closed Jul 17, 2025 Loading… updated Jul 17, 2025
Create Product of Array Except Self - Leetcode 238.go
#22 by ortin779 was closed Jul 17, 2025 Loading… updated Jul 17, 2025
Create Summary Ranges - Leetcode 228.go
#21 by ortin779 was closed Jul 17, 2025 Loading… updated Jul 17, 2025
ProTip! Filter pull requests by the default branch with base:main.