Erdos icon indicating copy to clipboard operation
Erdos copied to clipboard

Modular and modern graph-theory algorithms framework in Java

Results 2 Erdos issues
Sort by recently updated
recently updated
newest added

Hello. Huge fan of this framework so far! Just like the title says, I'm wondering if it's possible to publish this artifact on Maven Central or JCenter. I ask because...

Hello, Let's say I have a Vertex of the following form: `Vertex myVertex = new Vertex(myObject.getMessage());` In my program, it is possible for a Vertex with the same data to...