摘要: Given two positive integers n and k, the binary string Sn is formed as follows: S1 = "0" Si = Si - 1 + "1" + reverse(invert(Si - 1)) for i > 1 Where + 阅读全文
posted @ 2024-10-20 03:03 CNoodle 阅读(10) 评论(0) 推荐(0) 编辑
摘要: You are given an integer array nums and an integer k. In one operation, you can choose any index i where 0 <= i < nums.length and change nums[i] to nu 阅读全文
posted @ 2024-10-20 01:54 CNoodle 阅读(4) 评论(0) 推荐(0) 编辑