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

https://leetcode.com/problems/contains-duplicate/ Contains Duplicate - 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 (Contains Duplicate 문제는 위 링크에서 풀어보실 수 있습니다.) Contains Duplicate 문제는 다음과 같다. Given an integer array nums, return true if any value appe..

https://leetcode.com/problems/two-sum/ Two Sum - 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 (Two Sum 문제는 위 링크에서 풀어보실 수 있습니다.) Two Sum 문제는 다음과 같다. Given an array of integers nums and an integer target, return indices of the two numbers such that they add up to..

https://leetcode.com/problems/best-time-to-buy-and-sell-stock/ Best Time to Buy and Sell Stock - 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 (Best Time to Buy and Sell Stock 문제는 위 링크에서 풀어보실 수 있습니다.) Best Time to Buy and Sell Stock 문제는 다..

https://leetcode.com/problems/house-robber-ii/ House Robber II - 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 (House Robber II 문제는 위 링크에서 풀어보실 수 있습니다.) House Robber II 문제는 다음과 같다. You are a professional robber planning to rob houses along a street. Each..

https://leetcode.com/problems/house-robber/ House Robber - 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 (House Robber 문제는 위 링크에서 풀어보실 수 있습니다.) House Robber 문제는 다음과 같다. You are a professional robber planning to rob houses along a street. Each house has a ce..

https://leetcode.com/problems/unique-paths/ Unique Paths - 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 (Unique Paths 문제는 위 링크에서 풀어보실 수 있습니다.) Unique Paths 문제는 다음과 같다. There is a robot on an m x n grid. The robot is initially located at the top-left corner..

https://leetcode.com/problems/decode-ways/ Decode Ways - 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 (Decode Ways 문제는 위 링크에서 풀어보실 수 있습니다.) Decode Ways 문제는 다음과 같다. A message containing letters from A-Z can be encoded into numbers using the following mapping..

https://leetcode.com/problems/longest-increasing-subsequence/ Longest Increasing Subsequence - 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 Increasing Subsequence 문제는 위 링크에서 풀어보실 수 있습니다.) Longest Increasing Subsequence 문제는 다음과 같다..