Git Product home page Git Product logo

leetcode's Introduction

LeetCode

문제 유형 문제풀이 주차
Two sum 완전탐색 풀이 1주차
Word Search 완전탐색,백트래킹 풀이 1주차
Permutations 완전탐색, 순열조합 풀이 1주차
Combinations 완전탐색, 순열조합 풀이 1주차
Subsets 완전탐색,순열조합 풀이 1주차
binary Search 이진탐색 풀이 1주차
Permutation Sequence 완전탐색,순열조합 풀이 1주차
Palindrome Partitioning 완전탐색, 백트래킹 풀이 1주차
Sudoku solver 완전탐색, 백트래킹 풀이 1주차
N-Queen 완전탐색, 백트래킹 풀이 1주차
partition array 이진탐색 풀이 1주차
문제 유형 문제풀이 주차
Two sum 투포인터 풀이 2주차
valid parentheses 스택 풀이 2주차
daily temperature 스택 풀이 2주차
keys and rooms 그래프 풀이 2주차
trapping rain water 투포인터,스택 풀이 2주차
longest valid parentheses 스택 풀이 2주차
is graph bipartite 그래프,DFS,BFS 풀이 2주차
coinchage 그래프,BFS,DP 풀이 2주차
문제 유형 문제풀이 주차
number of islands 그래프,DFS,BFS 풀이 3주차
shortest Path in binary matrix 그래프,DFS,BFS 풀이 3주차
Mine sweeper 그래프,DFS,BFS 풀이 3주차
문제 유형 문제풀이 주차
network delay time 다익스트라 풀이 4주차
course schedule 위상정렬 풀이 4주차
smallest range covering elements from k Lists 우선순위큐 풀이 4주차
Path with maximum Probability 다익스트라 풀이 4주차
course schedule2 위상정렬 풀이 4주차
Reachable nodes in subdivided graph 다익스트라 풀이 4주차
trapping rain water2 우선순위큐 풀이 4주차
문제 유형 문제풀이 주차
two sum 해시테이블 풀이 5주차
logest consecutive sequence 해시테이블 풀이 5주차
group anagrams 해시테이블,문자열 풀이 5주차
longest substring without repeating characters 해시테이블,문자열,슬라이딩 윈도우 풀이 5주차
maximum window substring 해시테이블,문자열,슬라이딩 윈도우 풀이 5주차
substring with concatenation of all words 해시테이블,문자열,슬라이딩 윈도우 풀이 5주차
문제 유형 문제풀이 주차
Climbing stairs DP 풀이 6주차
min cost climbing stairs DP 풀이 6주차
unique path DP 풀이 6주차
house robber DP 풀이 6주차
coin chage DP 풀이 6주차
maximum subarray DP 풀이 6주차
maximal square DP 풀이 6주차
Longest increasing subsequence DP 풀이 6주차
longest common subsequence DP 풀이 6주차
minimum difficulty of a job schedule DP 풀이 6주차

LeetCode Topics

Math

0060-permutation-sequence

Recursion

0060-permutation-sequence

Array

0037-sudoku-solver
0042-trapping-rain-water
0046-permutations
0049-group-anagrams
0051-n-queens
0053-maximum-subarray
0198-house-robber
0300-longest-increasing-subsequence
0322-coin-change
0632-smallest-range-covering-elements-from-k-lists
1325-path-with-maximum-probability

Backtracking

0037-sudoku-solver
0046-permutations
0051-n-queens
0131-palindrome-partitioning

Hash Table

0003-longest-substring-without-repeating-characters
0037-sudoku-solver
0049-group-anagrams
0632-smallest-range-covering-elements-from-k-lists

Matrix

0037-sudoku-solver

String

0003-longest-substring-without-repeating-characters
0049-group-anagrams
0131-palindrome-partitioning
1250-longest-common-subsequence

Dynamic Programming

0042-trapping-rain-water
0053-maximum-subarray
0131-palindrome-partitioning
0198-house-robber
0300-longest-increasing-subsequence
0322-coin-change
1250-longest-common-subsequence

Two Pointers

0042-trapping-rain-water

Stack

0042-trapping-rain-water

Monotonic Stack

0042-trapping-rain-water

Breadth-First Search

0322-coin-change

Greedy

0632-smallest-range-covering-elements-from-k-lists

Sliding Window

0003-longest-substring-without-repeating-characters
0632-smallest-range-covering-elements-from-k-lists

Sorting

0049-group-anagrams
0632-smallest-range-covering-elements-from-k-lists

Heap (Priority Queue)

0632-smallest-range-covering-elements-from-k-lists
1325-path-with-maximum-probability

Graph

1325-path-with-maximum-probability

Shortest Path

1325-path-with-maximum-probability

Divide and Conquer

0053-maximum-subarray

Binary Search

0300-longest-increasing-subsequence

leetcode's People

Contributors

wooseokj avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.