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