摘要:
Check if N and Its Double Exist Given an array arr of integers, check if there exist two indices i and j such that : i != j 0 <= i, j < arr.length arr 阅读全文
posted @ 2023-02-15 21:22
iyiluo
阅读(12)
评论(0)
推荐(0)
摘要:
How Many Numbers Are Smaller Than the Current Number Given the array nums, for each nums[i] find out how many numbers in the array are smaller than it 阅读全文
posted @ 2023-02-15 21:22
iyiluo
阅读(14)
评论(0)
推荐(0)
摘要:
Generate a String With Characters That Have Odd Counts Given an integer n, return a string with n characters such that each character in such string o 阅读全文
posted @ 2023-02-15 21:21
iyiluo
阅读(14)
评论(0)
推荐(0)