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