Day 7 - Heaps and Priority Queues
Introduction

Heaps and Priority Queues

Definition

GIF
void func() {
    // Some code
    func(); // Function call
    // Some code
}