Amazon Interview Questions

k largest(or smallest) elements in an array | Amazon Interview Questions

How to Find k largest(or smallest) elements in an array? Question: Write an efficient program for printing k largest elements in an array. Elements…