Day 9 - Graphs (Basics)
Introduction

Graphs (Basics)

Definition

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