...

/

Challenge 3: Find k largest elements in the List

Challenge 3: Find k largest elements in the List

Try to solve the Find K Largest Elements in the List problem.

Statement

Given a list of integers, nums, and a positive integer, k, find the k largest elements in the list.

Constraints:

  • 11 \leq k ...