ajay-dhangar / algo

This repository contains a collection of data structures and algorithms implemented in various programming languages. It is designed to help learners understand key concepts through hands-on examples. Contributions and improvements are welcome!
https://ajay-dhangar.github.io/algo/
MIT License
63 stars 190 forks source link

[Feature]: <Feature Name> Request to add java code algorithm in Graph section #1277

Open akank1410 opened 3 hours ago

akank1410 commented 3 hours ago

Feature Name

Will contribute java codes in the

Feature Description

Graph Section:

  1. PageRank Algorithm
  2. Breadth-First Search
  3. Flood Fill Algorithm
  4. Floyd's Algorithm
  5. Kahn's Algorithm
  6. Kosaraju's Algorithm
  7. Kruskal's Algorithm
  8. Minimum Spanning Tree Algorithms
  9. Warshall's Algorithm

Motivation

Java is one of the most diverse used language in the industry. Addition to code in java will bring more Java-comfortable users to the web.

And it will enable code logic in multiple language.

Implementation Suggestions (Optional)

Hello admin, Kindly assign me the request under [gssoc-ext][hacktoberfest-accepted] tag.

Feature Type

New Algorithm

Does this feature require additional resources?

References (Optional)

No response

github-actions[bot] commented 3 hours ago

👋 Hi @akank1410! Thank you for opening your first issue on the Algo project. We're excited to help you out and appreciate your contribution. Please provide as much detail as possible to assist us in addressing the issue effectively. Welcome aboard! 😊

github-actions[bot] commented 3 hours ago

👋 Hi @akank1410! Thanks for opening this issue. We appreciate your contribution to the Algo project. Our team will review it soon.

akank1410 commented 3 hours ago

Should i start curating the code of all the mentioned algorithms?