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

https://leetcode.com/problems/meeting-rooms/ 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 (Meeting Rooms 문제는 LeetCode Premium 문제로 위 링크 혹은 LintCode를 통해 풀어보실 수 있습니다.) Meeting Rooms 문제는 다음과 같다. Given an array of meeting time intervals where i..

https://leetcode.com/problems/missing-number/ Missing Number - 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 (Missing Number 문제는 위 링크에서 풀어보실 수 있습니다.) Missing Number 문제는 다음과 같다. Given an array nums containing n distinct numbers in the range [0, n], return ..