摘要: Convert Integer to the Sum of Two No-Zero Integers No-Zero integer is a positive integer that does not contain any 0 in its decimal representation. Gi 阅读全文
posted @ 2023-03-29 20:37 iyiluo 阅读(14) 评论(0) 推荐(0)
摘要: Complement of Base 10 Integer The complement of an integer is the integer you get when you flip all the 0's to 1's and all the 1's to 0's in its binar 阅读全文
posted @ 2023-03-29 20:36 iyiluo 阅读(18) 评论(0) 推荐(0)
摘要: Duplicate Zeros Given a fixed-length integer array arr, duplicate each occurrence of zero, shifting the remaining elements to the right. Note that ele 阅读全文
posted @ 2023-03-29 20:36 iyiluo 阅读(15) 评论(0) 推荐(0)