/Graph4J

Primary LanguageJava

Graph4J - A computationally efficient Java library for graph algorithms

See also https://profs.info.uaic.ro/~acf/graph4j

Examples of using Graph4J API can be found in the package org.graph4j.examples.

If you are using this library in a scientifc project, plese cite this paper.

@misc{frasinaru2023graph4j,
      title={Graph4J -- A computationally efficient Java library for graph algorithms}, 
      author={Cristian Frăsinaru and Emanuel Florentin Olariu},
      year={2023},
      eprint={2308.09920},
      archivePrefix={arXiv},
      primaryClass={cs.MS}
}

Paper with code