khagapati-bagh / hacktoberfest2k21

Grab your Hacktoberfest T-Shirt and Swag
18 stars 42 forks source link

Added DFS Traversal in 2D matrix #52

Closed Als1510 closed 3 years ago

Als1510 commented 3 years ago

So sorry I just went through the title of the task. Now I added the iterative version and made a pull request.

On Fri, Oct 8, 2021 at 10:57 PM Khagapati Bagh @.***> wrote:

@.**** commented on this pull request.

Hi @Als1510 https://github.com/Als1510

It's not an iterative approach for dfs. it's a recursive approach. Please check and do the modification.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/khagapati-bagh/hacktoberfest2k21/pull/52#pullrequestreview-775257250, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOXNVUO3CI24G3XUIAFK6ZTUF4SWVANCNFSM5FT4OVSQ .

khagapati-bagh commented 3 years ago

So sorry I just went through the title of the task. Now I added the iterative version and made a pull request. On Fri, Oct 8, 2021 at 10:57 PM Khagapati Bagh @.> wrote: @*.** commented on this pull request. Hi @Als1510 https://github.com/Als1510 It's not an iterative approach for dfs. it's a recursive approach. Please check and do the modification. — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub <#52 (review)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOXNVUO3CI24G3XUIAFK6ZTUF4SWVANCNFSM5FT4OVSQ .

No Probem