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

Number of Connected Components in an Undirected Graph - LeetCode Account Login - 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 (Number of Connected Components in an Undirected Graph는 LeetCode Premium 문제로 위 링크 혹은 LintCode를 통해 풀어보실 수 있습니다.) < Number of Connected Components in an Un..

Number of Islands - LeetCode Number of Islands - 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 (Number of Islands 문제는 위 링크에서 풀어보실 수 있습니다.) Number of Islands 문제는 다음과 같다. Given an m x n 2D binary grid grid which represents a map of '1's (land) and '0's (..

Longest Consecutive Sequence - LeetCode Longest Consecutive Sequence - 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 (Longest Consecutive Sequence 문제는 위 링크에서 풀어보실 수 있습니다.) Longest Consecutive Sequence 문제는 다음과 같다. Given an unsorted array of i..

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..

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 ..