JavaScript is required for SkillDojo AI to work properly. Please enable JavaScript and refresh the page.
Coding Practice
Coding Challenge · BEGINNER
Design a class that efficiently finds the Kth largest temperature reading from a stream of temperature data. The class should support adding new temperature readings and retrieving the Kth largest reading at any point.