Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- string
- 리트코드
- 재귀
- tree
- backtracking
- Python
- linked list
- Medium
- two pointers
- easy
- math
- hash table
- Binary
- HashTable
- binary tree
- sorting
- dfs
- DP
- Array
- list
- 이진트리
- 문자열
- binary search
- leetcode
- 미디움
- 쉬움
- Depth-first Search
- matrix
- recursive
- 중간
Archives
- Today
- Total
목록BITS (1)
부부의 코딩 성장 일기
LeetCode 191(Number of 1 Bits, Python)
1. 문제 링크 Number of 1 Bits - LeetCode Number of 1 Bits - LeetCode Can you solve this real interview question? Number of 1 Bits - Write a function that takes the binary representation of an unsigned integer and returns the number of '1' bits it has (also known as the Hamming weight [http://en.wikipedia.org/wiki/Hamming_w leetcode.com 2. 문제 설명 10진법 수가 입력되었을 때 이를 32bit로 표현했을 때 1의 개수를 반환하는 문제 예시) 11이..
Algorithm/LeetCode
2023. 12. 8. 19:00