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

https://leetcode.com/problems/sum-of-two-integers/ Sum of Two Integers - 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 (Sum of Two Integers 문제는 위 링크에서 풀어보실 수 있습니다.) Sum of Two Integers 문제는 다음과 같다. Given two integers a and b, return the sum of the two..

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

https://leetcode.com/problems/reverse-bits/ Reverse Bits - 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 (Reverse Bits 문제는 위 링크에서 풀어보실 수 있습니다.) Reverse Bits 문제는 다음과 같다. Reverse bits of a given 32 bits unsigned integer. 부호가 없는 32비트 정수를 입력받아 비트의 순서를 뒤집어 리턴하여라..

https://leetcode.com/problems/number-of-1-bits Number of 1 Bits - 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 1 Bits 문제는 위 링크에서 풀어보실 수 있습니다.) Number of 1 Bits 문제는 다음과 같다. Write a function that takes an unsigned integer and returns the numbe..

https://leetcode.com/problems/counting-bits/ Counting Bits - 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 (Counting Bits 문제는 위 링크에서 풀어보실 수 있습니다.) Counting Bits 문제는 다음과 같다. Given an integer n, return an array ans of length n+1 such that for each i (0