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
- 중간
- linked list
- HashTable
- tree
- 이진트리
- backtracking
- 미디움
- sorting
- binary search
- Array
- leetcode
- easy
- math
- recursive
- Depth-first Search
- 리트코드
- 재귀
- 쉬움
- Binary
- string
- 문자열
- list
- matrix
- dfs
- Python
- Medium
- DP
- hash table
- binary tree
- two pointers
Archives
- Today
- Total
목록format() (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