일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 깊이 우선 탐색
- LeetCode
- binary
- Depth-First Search
- 비트 조작
- unordered_map
- C++
- algorithm
- DFS
- 알고리즘
- Greedy
- dynamic programming
- Interval
- 배열
- Array
- 이진탐색
- CPP
- union-find
- bit manipulation
- graph
- 탐욕알고리즘
- Sort
- linked list
- 동적계획법
- hash table
- 메모이제이션
- Sorting
- binary search
- bitwise operation
- 비트 연산
Archives
- Today
- Total
목록깊이 우선 탐색 (2)
공대생 공부노트(Notes for Engineering Studies)

Pacific Atlantic Water Flow - LeetCode Pacific Atlantic Water Flow - LeetCode Level up your coding skills and quickly land a job. This is the best place to expand your knowledge and get prepared for your next interview. leetcode.com (Pacific Atlantic Water Flow 문제는 위 링크에서 풀어보실 수 있습니다.) Pacific Atlantic Water Flow 문제는 다음과 같다. There is an m x n rectangular isl..
2022 Algorithm Study(by leetcode)/Graph
2022. 2. 12. 20:16

https://leetcode.com/problems/course-schedule/ Course Schedule - LeetCode Level up your coding skills and quickly land a job. This is the best place to expand your knowledge and get prepared for your next interview. leetcode.com (Course Schedule 문제는 위 링크에서 풀어보실 수 있습니다.) Course Schedule 문제는 다음과 같다. There are a total of numCourses courses you have to take, labeled from 0 ..
2022 Algorithm Study(by leetcode)/Graph
2022. 2. 7. 19:34