Hello everybody, We are happy to announce that we have a brand new library for graphs algorithms in Pharo! We have implemented some of the most-know graph algorithms like: Dijkstra, Tarjan, BFS, Kruskal, Topological Sort, and more. Here is the GitHub repository: [ https://github.com/pharo-ai/graph-algorithms | https://github.com/pharo-ai/graph-algorithms ]
Also, we wrote a booklet for the ones interested in graph theory in the computer science context. In the booklet, we explain how the algorithms work, the logic behind them, and the Pharo implementation. Also, we show in which real-life scenarios they can be applied. Here is the booklet link: [ https://github.com/SquareBracketAssociates/Booklet-PharoGraphs | https://github.com/SquareBracketAssociates/Booklet-PharoGraphs ] (there is the link of pdf on the README). We are interested in any kind of feedback! Thanks, Sebastian Jordan