Skip to content

gpgun0/leetcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

510 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

leetcode

Collection of LeetCode questions to ace the coding interview! - Created using LeetHub

LeetCode Topics

Array

0011-container-with-most-water
0015-3sum
0026-remove-duplicates-from-sorted-array
0036-valid-sudoku
0049-group-anagrams
0051-n-queens
0079-word-search
0118-pascals-triangle
0121-best-time-to-buy-and-sell-stock
0136-single-number
0198-house-robber
0217-contains-duplicate
0249-group-shifted-strings
0283-move-zeroes
0322-coin-change
0349-intersection-of-two-arrays
0747-min-cost-climbing-stairs
1293-three-consecutive-odds
2237-longest-palindrome-by-concatenating-two-letter-words
3194-find-words-containing-character

Dynamic Programming

0118-pascals-triangle
0121-best-time-to-buy-and-sell-stock
0198-house-robber
0279-perfect-squares
0322-coin-change
0747-min-cost-climbing-stairs

String

0003-longest-substring-without-repeating-characters
0020-valid-parentheses
0049-group-anagrams
0079-word-search
0159-longest-substring-with-at-most-two-distinct-characters
0249-group-shifted-strings
2237-longest-palindrome-by-concatenating-two-letter-words
3194-find-words-containing-character

Stack

0020-valid-parentheses

Two Pointers

0011-container-with-most-water
0015-3sum
0026-remove-duplicates-from-sorted-array
0202-happy-number
0283-move-zeroes
0349-intersection-of-two-arrays

Greedy

0011-container-with-most-water
2237-longest-palindrome-by-concatenating-two-letter-words

Hash Table

0003-longest-substring-without-repeating-characters
0036-valid-sudoku
0049-group-anagrams
0159-longest-substring-with-at-most-two-distinct-characters
0202-happy-number
0217-contains-duplicate
0249-group-shifted-strings
0349-intersection-of-two-arrays
2237-longest-palindrome-by-concatenating-two-letter-words

Sliding Window

0003-longest-substring-without-repeating-characters
0159-longest-substring-with-at-most-two-distinct-characters

Sorting

0015-3sum
0049-group-anagrams
0217-contains-duplicate
0349-intersection-of-two-arrays

Counting

2237-longest-palindrome-by-concatenating-two-letter-words

Bit Manipulation

0136-single-number

Binary Search

0349-intersection-of-two-arrays

Math

0202-happy-number
0279-perfect-squares

Matrix

0036-valid-sudoku
0079-word-search

Backtracking

0051-n-queens
0079-word-search

Depth-First Search

0079-word-search

Breadth-First Search

0279-perfect-squares
0322-coin-change

About

알고리즘 풀이 전략 학습 기록 - Collection of LeetCode questions to ace the coding interview! - Created using [LeetHub](https://github.com/QasimWani/LeetHub)

Topics

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors