Notice
250x250
Recent Posts
Recent Comments
Link
목록2024/05/29 (1)
넘치게 채우기
[LeetCode] 1404. Number of Steps to Reduce a Number in Binary Representation to One
https://leetcode.com/problems/number-of-steps-to-reduce-a-number-in-binary-representation-to-one/description/leetcode - Number of Steps to Reduce a Number in Binary Representation to One문제 유형 : 비트마스킹, 그리디문제 난이도 : Medium 문제Given the binary representation of an integer as a string s, return the number of steps to reduce it to 1 under the following rules:If the current number is even, you have to d..
PS/LeetCode
2024. 5. 29. 12:22