上一页 1 2 3 4 5 6 7 8 9 10 ··· 33 下一页
摘要: Prime Number of Set Bits in Binary Representation Given two integers left and right, return the count of numbers in the inclusive range [left, right] 阅读全文
posted @ 2023-03-31 19:53 iyiluo 阅读(16) 评论(0) 推荐(0)
摘要: Maximize Sum Of Array After K Negations Given an integer array nums and an integer k, modify the array in the following way: choose an index i and rep 阅读全文
posted @ 2023-03-31 19:53 iyiluo 阅读(18) 评论(0) 推荐(0)
摘要: Flood Fill An image is represented by an m x n integer grid image where image[i][j] represents the pixel value of the image. You are also given three 阅读全文
posted @ 2023-03-31 19:53 iyiluo 阅读(16) 评论(0) 推荐(0)
摘要: 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 阅读(12) 评论(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 阅读(13) 评论(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 阅读(13) 评论(0) 推荐(0)
摘要: 镜像:mcr.microsoft.com/java/jdk:8-zulu-alpine 故障现象: 今天发现 docker-compose 的 java 容器内无法 ping 互联网域名,但是可以 ping 互联网 ip 排查过程: 刚开始以为是 dns 问题,先重新配置了服务器 dns,又去配置 阅读全文
posted @ 2023-03-28 15:47 iyiluo 阅读(1411) 评论(0) 推荐(0)
摘要: Find the Distance Value Between Two Arrays Given two integer arrays arr1 and arr2, and the integer d, return the distance value between the two arrays 阅读全文
posted @ 2023-03-24 19:59 iyiluo 阅读(17) 评论(0) 推荐(0)
摘要: Check If All 1's Are at Least Length K Places Away Given an binary array nums and an integer k, return true if all 1's are at least k places away from 阅读全文
posted @ 2023-03-24 19:59 iyiluo 阅读(15) 评论(0) 推荐(0)
摘要: Number of Students Doing Homework at Given Time Given two integer arrays startTime and endTime and given an integer queryTime. The ith student started 阅读全文
posted @ 2023-03-24 19:58 iyiluo 阅读(18) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 10 ··· 33 下一页