In this solution, the aim is to find cells that can flow water to both the Pacific Ocean and the Atlantic Ocean. The problem considers a hei… Read More
Here's an explanation of the thought process behind the solution of counting the number of islands in a grid. Problem Understanding The pro… Read More
In this section, I explore the graph data structure, including its definition and properties. Understanding graphs is fundamental due to thei… Read More
A Binary Search Tree (BST) is a data structure that is used for efficient searching, insertion, and deletion of elements. It is a binary tree where e… Read More