Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

📃: Adding Bfs and dfs in data structure and algorithms #132

Closed
Charul00 opened this issue Oct 5, 2024 · 4 comments
Closed

📃: Adding Bfs and dfs in data structure and algorithms #132

Charul00 opened this issue Oct 5, 2024 · 4 comments

Comments

@Charul00
Copy link
Contributor

Charul00 commented Oct 5, 2024

🔴 Title :
Add BFS and DFS Algorithm Implementations

🔴 Aim :
To implement Breadth-First Search (BFS) and Depth-First Search (DFS) algorithms for traversing or searching tree or graph data structures.

🔴 Brief Explanation :
This contribution aims to add the implementations of BFS and DFS algorithms, which are fundamental techniques for exploring and searching tree and graph structures. BFS explores all the vertices at the present depth level before moving on to the vertices at the next depth level, while DFS explores as far as possible along each branch before backing up. The implementation will include both iterative and recursive approaches for each algorithm and will provide example use cases to demonstrate their functionality.

Screenshots 📷

N/A


To be Mentioned while taking the issue :

  • Full name : Charul Chim
  • What is your participant role? (Mention the Open Source Program name. Eg. GSOC, GSSOC, SSOC, JWOC, etc.)
    GSSOC

Happy Contributing 🚀

All the best. Enjoy your open source journey ahead. 😎

Copy link

github-actions bot commented Oct 5, 2024

🙌 Thank you for bringing this issue to our attention! We appreciate your input and will investigate it as soon as possible.

Feel free to join our community on Discord to discuss more!

@Charul00
Copy link
Contributor Author

Charul00 commented Oct 5, 2024

@UTSAVS26 please add the gssoc-ext and level

@UTSAVS26
Copy link
Owner

UTSAVS26 commented Oct 6, 2024

@UTSAVS26 UTSAVS26 closed this as not planned Won't fix, can't repro, duplicate, stale Oct 9, 2024
Copy link

github-actions bot commented Oct 9, 2024

✅ This issue has been closed. Thank you for your contribution! If you have any further questions or issues, feel free to join our community on Discord to discuss more!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants