Day 6 - Binary Trees and BST
Introduction

Binary Trees and Binary Search Trees

Definition

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