arya2004/artificial-intelligence

Add implementation of `02_BFS_DFS` in Python, C++, Go, or Rust

オープン

#5 opened on 2025/10/04

 (1 件のコメント) (0 件のリアクション) (1 人の担当者)Python (4 件のフォーク)auto 404
good first issuehacktoberfestjavalanguage-ports

Repository metrics

Stars
 (2 個のスター)
PR merge metrics
 (PR metrics pending)

説明

🌐 Re-implement 02_BFS_DFS in another language

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


src/02_BFS_DFS/

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.

コントリビューターガイド