Leetcode_daily
@leetcode_daily_unstoppable
1.58K
subscribers
602
photos
1
file
974
links
Don't miss a day to solve the problem
My leetcode graph -
https://leetcode.com/SamoylenkoDmitry/
Download Telegram
Join
Leetcode_daily
1.58K subscribers
Leetcode_daily
https://leetcode.com/problems/k-th-smallest-prime-fraction/description/
k`th `arr[i]/arr[j]
, i < j, arr[i] < arr[j]
#medium
#heap
#binary_search
👍
1