arya2004/artificial-intelligence

Add implementation of `03_A_Star` in Python, C++, Go, or Rust

Ouverte

#6 ouverte le 4 oct. 2025

 (1 commentaire) (0 réaction) (1 personne assignée)Python (4 forks)auto 404
good first issuehacktoberfestjavalanguage-ports

Métriques du dépôt

Stars
 (2 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

Description

🌐 Re-implement 03_A_Star in another language

This folder contains a Java or Prolog implementation of a classic AI algorithm or system:


src/03_A_Star/

You're invited to contribute the same logic in a different language, such as:

  • Python 🐍
  • C++ 💻
  • Go 🦫
  • Rust 🦀

📁 Folder Structure

Create a new file inside the same folder:

  • main.py for Python
  • main.cpp for C++
  • main.go for Go
  • main.rs for Rust

✅ Don't delete or change existing code.


🧠 Tips

  • Stick to the logic shown in the Java/Prolog version.
  • Add comments explaining your approach.
  • Keep your code modular and beginner-friendly.

Once done, open a PR referencing this issue.

Guide contributeur