...

/

Kth Smallest Prime Fraction

Kth Smallest Prime Fraction

Try to solve the Kth Smallest Prime Fraction problem.

Statement

You are given a sorted array of unique integers, arr, which includes the number 11 and other prime numbers. You are also given an integer kk.

For every index ii and jj where 0i<j<0 \leq i < j < ...