Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
View all features
Solutions
By company size
Enterprises
Small and medium teams
Startups
Nonprofits
By use case
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
By industry
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
Enterprise platform
AI-powered developer platform
Available add-ons
GitHub Advanced Security
Enterprise-grade security features
Copilot for business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
guxi11
/
leetcode-patterns
Public
forked from
seanprashad/leetcode-patterns
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
0
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit History
Commits on Mar 21, 2020
Update company icons
Sean Prashad
authored and
Sean Prashad
committed
e4f6b41
Copy full SHA for e4f6b41
Update react-script to ^3.4.0
Show description for e8aaee4
Sean Prashad
authored and
Sean Prashad
committed
e8aaee4
Copy full SHA for e8aaee4
Update Amazon icon
Show description for fe4affa
Sean Prashad
authored and
Sean Prashad
committed
fe4affa
Copy full SHA for fe4affa
Remove yarn.lock
Show description for 200f31e
Sean Prashad
authored and
Sean Prashad
committed
200f31e
Copy full SHA for 200f31e
Commits on Feb 3, 2020
Move website material into master
Sean Prashad
authored and
Sean Prashad
committed
9660989
Copy full SHA for 9660989
Update README title to reflect the new repo name
Sean Prashad
authored and
Sean Prashad
committed
dd28d31
Copy full SHA for dd28d31
Add Suggestion section and polish website description
Sean Prashad
authored and
Sean Prashad
committed
ce42595
Copy full SHA for ce42595
Update question list phrasing
Sean Prashad
authored and
Sean Prashad
committed
b56297d
Copy full SHA for b56297d
Remove question list
Show description for eca16f1
Sean Prashad
authored and
Sean Prashad
committed
eca16f1
Copy full SHA for eca16f1
Commits on Jan 13, 2020
Add web version of leetcode-pattern list
Sean Prashad
authored and
Sean Prashad
committed
8d49614
Copy full SHA for 8d49614
Commits on Jan 11, 2020
Add leetcode discuss section
Sean Prashad
authored and
Sean Prashad
committed
41325a7
Copy full SHA for 41325a7
Add solutions branch to ToC
Sean Prashad
authored and
Sean Prashad
committed
130bc70
Copy full SHA for 130bc70
Move all solutions to the 'solutions' branch
Sean Prashad
authored and
Sean Prashad
committed
280edae
Copy full SHA for 280edae
Add hyperlinks for other useful miscellanous methods
Sean Prashad
authored and
Sean Prashad
committed
db1ba2f
Copy full SHA for db1ba2f
Commits on Oct 6, 2019
Remove Minimum Window Substring from Sliding Window section
Show description for df05ef7
Sean Prashad
authored and
Sean Prashad
committed
df05ef7
Copy full SHA for df05ef7
Move Longest Substring Without Repeating Characters into Medium
Sean Prashad
authored and
Sean Prashad
committed
eb3c523
Copy full SHA for eb3c523
Remove wrong category questions from K-Way Merge
Sean Prashad
authored and
Sean Prashad
committed
e473a47
Copy full SHA for e473a47
Commits on Sep 15, 2019
Add 31_Next_Permutation.java
Sean Prashad
authored and
Sean Prashad
committed
33c91d2
Copy full SHA for 33c91d2
Commits on Sep 7, 2019
Add 503_Next_Greater_Element_II.java
Sean Prashad
authored and
Sean Prashad
committed
d75a37b
Copy full SHA for d75a37b
Commits on Sep 6, 2019
Add 496_Next_Greater_Element_I.java
Sean Prashad
authored and
Sean Prashad
committed
9bde5d5
Copy full SHA for 9bde5d5
Add 700_Search_in_a_Binary_Search_Tree.java
Sean Prashad
authored and
Sean Prashad
committed
2f876dc
Copy full SHA for 2f876dc
Add 95_Unique_Binary_Search_Trees_II.java
Sean Prashad
authored and
Sean Prashad
committed
542b173
Copy full SHA for 542b173
Add 96_Unique_Binary_Search_Trees.java
Sean Prashad
authored and
Sean Prashad
committed
5e1099f
Copy full SHA for 5e1099f
Commits on Sep 5, 2019
Add 85_Maximal_Rectangle.java
Sean Prashad
authored and
Sean Prashad
committed
ee7a152
Copy full SHA for ee7a152
Add 84_Largest_Rectangle_in_Histogram.java
Sean Prashad
authored and
Sean Prashad
committed
fbb540b
Copy full SHA for fbb540b
Commits on Sep 4, 2019
Add 146_LRU_Cache.java
Sean Prashad
authored and
Sean Prashad
committed
df26bac
Copy full SHA for df26bac
Add 127_Word_Ladder.java
Sean Prashad
authored and
Sean Prashad
committed
6a0a943
Copy full SHA for 6a0a943
Commits on Sep 3, 2019
Add 665_Non-decreasing_Array.java
Sean Prashad
authored and
Sean Prashad
committed
60ed341
Copy full SHA for 60ed341
Add 329_Longest_Increasing_Path_in_a_Matrix.java
Sean Prashad
authored and
Sean Prashad
committed
0c68b10
Copy full SHA for 0c68b10
Commits on Sep 2, 2019
Add 921_Minimum_Add_to_Make_Parentheses_Valid.java
Sean Prashad
authored and
Sean Prashad
committed
9276985
Copy full SHA for 9276985
Update Two Sum to Two Sum sorted input variant
Sean Prashad
authored and
Sean Prashad
committed
f49e32e
Copy full SHA for f49e32e
Add 221_Maximal_Square.java
Sean Prashad
authored and
Sean Prashad
committed
44070a5
Copy full SHA for 44070a5
Add 64_Minimum_Path_Sum.java
Sean Prashad
authored and
Sean Prashad
committed
f32c573
Copy full SHA for f32c573
Add 301_Remove_Invalid_Parentheses.java
Sean Prashad
authored and
Sean Prashad
committed
f1694b3
Copy full SHA for f1694b3
Commits on Sep 1, 2019
Add 225_Implement_Stack_using_Queues.java
Sean Prashad
authored and
Sean Prashad
committed
7e40fb9
Copy full SHA for 7e40fb9
Pagination
Previous
Next
You can’t perform that action at this time.