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

Implement C++ Backend for Breadth-First Search #675

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

arvinder004
Copy link
Contributor

This pull request introduces a C++ backend implementation for the Breadth-First Search (BFS) algorithm, addressing the need for improved performance, especially when dealing with large graphs as outlined in #674 .

@ankitmrj
Copy link

ankitmrj commented Apr 5, 2025

Hi, I’d love to contribute to this issue with a fresh implementation.
I noticed the existing PR (#675) failed all checks, so I’d like to submit a new version with a clean design, full integration, and testing.

🔧 My Approach:
I’ll implement the BFS logic in modern C++ (using STL).

Expose it to Python using ctypes (or pybind11 if preferred by maintainers).

Ensure the BFS can handle large graphs efficiently (adjacency list + queue).

Write a wrapper Python function to interact with it.

Add unit tests to validate correctness and coverage.

Make sure it compiles and passes all CI/CD checks.

This will help boost BFS performance in the system and lay the foundation for further native backend features (like DFS, Dijkstra, etc.).

Let me know if you'd like me to proceed or if you have any preferences!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants