Skip to content

Comments

Add GraphX for Java#13

Open
Aasthik17 wants to merge 1 commit intophpduke:masterfrom
Aasthik17:add-graphX-java
Open

Add GraphX for Java#13
Aasthik17 wants to merge 1 commit intophpduke:masterfrom
Aasthik17:add-graphX-java

Conversation

@Aasthik17
Copy link

Ported the GraphX graph utility library from C++ to Java, maintaining full feature parity with the original implementation.

What's included:

  • Hash class: Maps node identifiers (int, Pair, Triple) to internal indices
  • Graph class: Supports directed/undirected graphs with weighted edges
  • BFS class: Breadth-first search with distance tracking and visited node queries
  • Helper classes: Pair, Triple, and EdgePair for type safety

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