Reverse only the alphabets in a string
March 13, 2019
Bitwise Operations: Working on individual bits
December 27, 2019

Find kth largest element in running stream of numbers

Given a running stream of numbers and a positive number k. Write code to print the kth largest element at any time:

Leave a Reply

Your email address will not be published. Required fields are marked *