-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTryAgains.txt
58 lines (38 loc) · 1.73 KB
/
TryAgains.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
3 - 7 - 14 - 30
# 몇 번 다시 풀어봤는지 확인
# 코드 외우기 주의
프로그래머스 - 프린터
https://programmers.co.kr/learn/courses/30/lessons/42587?language=python3
프로그래머스 - 다리를 지나는 트럭
https://programmers.co.kr/learn/courses/30/lessons/42583
프로그매서스 - 멀쩡한 사각형
https://programmers.co.kr/learn/courses/30/lessons/62048
프로그래머스 - 124 나라
https://programmers.co.kr/learn/courses/30/lessons/12899?language=python3
프로그래머스 - 괄호 변환
https://programmers.co.kr/learn/courses/30/lessons/60058
프로그래머스 - 구명보트
https://programmers.co.kr/learn/courses/30/lessons/42885#
프로그래머스 - 조이스틱
https://programmers.co.kr/learn/courses/30/lessons/42860#
Leet Code - Letter Combinations of a phone number
https://leetcode.com/problems/letter-combinations-of-a-phone-number/
Cracking the Coding Interview - Triple Step
pg 134.
Leet Code - Trapping Rain Water
https://leetcode.com/problems/trapping-rain-water/
Leet Code - Combination Sum
https://leetcode.com/problems/combination-sum/
Leet Code - Reconstruct Itinerary (1)
https://leetcode.com/problems/reconstruct-itinerary/
Leet Code - Course Schedule
https://leetcode.com/problems/course-schedule/
Leet Code - Remove Duplicate letters
https://leetcode.com/problems/remove-duplicate-letters/submissions/
Leet Code - Daily Temperatures
https://leetcode.com/problems/daily-temperatures/submissions/
Leet Code - Implement Stack/Queue using Stack/Queues
프로그래머스 - 가장 큰 정사각형 찾기
https://programmers.co.kr/learn/courses/30/lessons/12905
동적 계획법 알고리즘 https://do-rang.tistory.com/9
Leet Code - Longest Substring without repeating characters