Skip to content

Conversation

@SankarshanMishra
Copy link

This PR adds a Python implementation of the GraphX.cpp module. The goal is to provide an idiomatic Python version that mirrors the functionality of the original C++ GraphX while improving portability and readability.

Included

GraphX.py

Dynamic hashing (int, tuple2, tuple3)

Directed/undirected graph support

BFS traversal with distance/visit tracking

This PR adds a Python implementation of the GraphX.cpp module.
The goal is to provide an idiomatic Python version that mirrors the functionality of the original C++ GraphX while improving portability and readability.

Included

GraphX.py

Dynamic hashing (int, tuple2, tuple3)

Directed/undirected graph support

BFS traversal with distance/visit tracking
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.

1 participant