This library contains several graphs algorithms. The nodes in the graph can be any kind of object: a Character, a String, an Integer or a complex object.
For the documentation, please refer to
- the pharo-ai wiki: https://github.com/pharo-ai/wiki/blob/master/wiki/Graphs/Graph-Algorithms.md and
- our graphs booklet Booklet-PharoGraphs.
EpMonitor disableDuring: [
Metacello new
repository: 'github://pharo-ai/graph-algorithms';
baseline: 'AIGraphAlgorithms';
load ]If you want to add this repo to your Metacello Baselines or Configurations, copy and paste the following expression:
spec
baseline: 'AIGraphAlgorithms'
with: [ spec repository: 'github://pharo-ai/graph-algorithms' ]