Skip to main content

9 docs tagged with "Heap"

View all tags

Exam Room

Design a class ExamRoom that simulates an exam room where students sit to maximize their distance from others, and includes methods for a student to take the optimal seat and to leave a specified seat.

Median Finder

This document provides a solution to the Median Finder problem, where you need to efficiently find the median of a stream of numbers.

Task Scheduler

This is a solution to the Task Scheduler problem on LeetCode.

Ugly Number II

This document provides a solution to the Ugly Number II problem, where we need to find the nth ugly number.