Implement Word Search in 2D Grid

# Introduction In this task, we will create a function named `exist` that checks if a word is present in a 2D character board. The word must be formed by vertically or horizontally adjacent cells in sequence, without reusing the same letter cell. We'll be given sample inputs and outputs to verify our implementation. Let's begin!

|60 : 00

Click the virtual machine below to start practicing