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

https://leetcode.com/problems/graph-valid-tree/ (Graph Valid Tee 문제는 LeetCode Premium 문제로 위 링크 혹은 LintCode를 통해 풀어보실 수 있습니다.) Graph Valid Tree 문제는 다음과 같다. Given n nodes labeled from 0 to n - 1 and a list of undirected edges (each edge is a pair of nodes), write a function to check whether these edges make up a valid tree. Note: you can assume that no duplicate edges will..

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