Ayush7614 / Daily-Coding-DS-ALGO-Practice

A open source project🚀 for bringing all interview💥💥 and competative📘 programming💥💥 question under one repo📐📐
https://daily-ds-algo.github.io/DS-Algo-Website/
MIT License
320 stars 475 forks source link

Count Sub Islands Leetcode #1369

Open kumarshobhit opened 3 years ago

kumarshobhit commented 3 years ago

Is your feature request related to a problem? Please describe. I want to add a solution to the problem of Count Sub Islands from leetcode which is a medium-level problem. [Link]https://leetcode.com/contest/weekly-contest-246/problems/count-sub-islands/

Describe the solution you'd like I would like to use the recursive approach that is the DFS algorithm.

Describe alternatives you've considered Another alternative is BFS but DFS is cleaner and concise.

Additional context Add any other context or screenshots about the feature request here.

Programming language

kumarshobhit commented 3 years ago

@Ayush7614 @Amit366 @Saurabh4626 @ravikr126 Kindly assign me this issue