LeetCode: 1539-Kth Missing Positive Number 解題紀錄
Last Updated on 2023-03-06 by Clay
題目
Given an array arr of positive integers sorted in a strictly increasing order, and an integer k.
Return the kth positive integer that is missing from this array.