| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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 |
- bitwise operation
- 메모이제이션
- 배열
- Depth-First Search
- dynamic programming
- Array
- algorithm
- linked list
- Sort
- CPP
- Sorting
- C++
- Interval
- binary search
- Greedy
- 비트 연산
- 알고리즘
- union-find
- LeetCode
- 동적계획법
- hash table
- bit manipulation
- unordered_map
- 비트 조작
- 이진탐색
- DFS
- binary
- graph
- 깊이 우선 탐색
- 탐욕알고리즘
- Today
- Total
목록algorithm (38)
공대생 공부노트(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..
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 ..
https://leetcode.com/problems/maximum-subarray/ Maximum Subarray - 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 (Maximum Subarray 문제는 위 링크에서 풀어보실 수 있습니다.) Maximum Subarray 문제는 다음과 같다. Given an integer array nums, find the contiguous subarray (containin..
https://leetcode.com/problems/maximum-product-subarray/ Maximum Product Subarray - 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 (Maximum Product Subarray 문제는 위 링크에서 풀어보실 수 있습니다.) Maximum Product Subarray 문제는 다음과 같다. Given an integer array nums,..
https://leetcode.com/problems/container-with-most-water/ Container With Most Water - 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 (Container With Most Water 문제는 위 링크에서 풀어보실 수 있습니다.) Container With Most Water 문제는 다음과 같다. You are given an intege..
https://leetcode.com/problems/search-in-rotated-sorted-array/ Search in Rotated Sorted Array - 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 (Search in Rotated Sorted Array 문제는 위 링크에서 풀어보실 수 있습니다.) Search in Rotated Sorted Array 문제는 다음과 같다..
https://leetcode.com/problems/find-minimum-in-rotated-sorted-array/ Find Minimum in Rotated Sorted Array - 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 (Find Minimum in Rotated Sorted Array 문제는 위 링크에서 풀어보실 수 있습니다.) Find Minimum in R..
https://leetcode.com/problems/product-of-array-except-self/ Product of Array Except Self - 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 (Product of Array Except Self 문제는 위 링크에서 풀어보실 수 있습니다.) Product of Array Except Self 문제는 다음과 같다. Given an..