Jays smallest element
CodeChefOpen on judge ↗
Jay was given an unsorted array “arr” and he was asked to identify the kth smallest element. Then the teacher give him a number “num” and ask him whether the kth smallest number is greater than or equal to “num”. Write a Python function KminGreaterThan(arr, k, num), that accepts an unsorted list arr , two numbers k and num , returns True if the k th smallest element in the list arr is greater tha
HINT LADDERno hints yet
L1 Observation
L2 Technique
L3 Approach
L4 Pseudo-code
🔒
L5 Full solution
L5 unlocks only if you insist twice
solution.cppC++17
CodeSearch Tutor
Hints, not spoilers — it won’t hand over the full solution unless you insist.
Sign in to chat with the tutor and save your progress.
Sign in to start