sudo-parnab / Its-algober

Join our Hacktoberfest initiative and contribute to open-source programming and data structures & algorithms projects. It's a great opportunity for beginners to learn and grow. Let's build a stronger community together.
MIT License
6 stars 14 forks source link

Add Graph Implementations in Python, C, and Java with DFS Algorithm #49

Closed muzhar01 closed 2 weeks ago

muzhar01 commented 2 weeks ago

Description

Please provide a summary of your project or the changes related to the issue. This PR introduces implementations of a graph data structure and the Depth First Search (DFS) algorithm in three programming languages: Python, C, and Java. Each implementation showcases how to create a graph, add edges, and perform a DFS traversal. The goal is to provide educational resources and examples for beginners to understand graph algorithms.

List your tech stack and any dependencies that are required for this change.

Type of change

Issue number:

Checklist:

sudo-parnab commented 2 weeks ago

@muzhar01 please read #8

muzhar01 commented 2 weeks ago

🛠️ Project Proposal: Graph - DFS Algorithm #50