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

A_star algorithm #1797

Merged
merged 3 commits into from
Oct 11, 2023
Merged

A_star algorithm #1797

merged 3 commits into from
Oct 11, 2023

Conversation

ayan-joshi
Copy link
Contributor

@ayan-joshi ayan-joshi commented Oct 10, 2023

As mentioned in the issue #1795 ,I added the A_star algorithm in C , Java and python.
It was already present in C++ so thanks I got some guide from it.
In the implementation I have added the comments to get the proper explanation of the code.

Issue no #

👨‍💻 Changes proposed

Added the A_star algorithm in JAVA , C and python , made an Artificial Intelligence folder and added the A_star algorithm in that, taking referrence from C++.

✔️ Check List (Check all the applicable boxes)

  • My code follows the code style of this project.
  • This PR does not contain plagiarized content.
  • The title of my pull request is a short description of the requested changes.

Please have a look and merge my pull request @Kumar-laxmi

@github-actions
Copy link

Thanks for your contribution we will soon check your PR @ayan-joshi :)

@Kumar-laxmi Kumar-laxmi added hacktoberfest-accepted All accepted PRs of Hacktoberfest C Program in C Python Programs in Python Java Programs in Java Artificial Intelligence Algorithms used in AI Hacktoberfest Issues/PR under hacktoberfest labels Oct 11, 2023
@Kumar-laxmi Kumar-laxmi merged commit 1ba0e05 into Kumar-laxmi:main Oct 11, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Artificial Intelligence Algorithms used in AI C Program in C Hacktoberfest Issues/PR under hacktoberfest hacktoberfest-accepted All accepted PRs of Hacktoberfest Java Programs in Java Python Programs in Python
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants