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