RetroGraphAlgorithmsWithRaku-book

Graph algorithms development and examples with Raku.

MIT License

Stars
2
Committers
1

RetroGraphAlgorithmsWithRaku-book

A book on graph algorithms development and examples with Raku.

I am not sure how to name this book. If the book is for "end users" of graph algorithms then the current title:

Retro Graph Algorithms with Raku

is fine.

If the book is for (Raku) developers of graph algorithms then the title:

Postmodern Development of Graph Algorithms for Raku

is more appropriate.


Introduction

TBD...


References

Articles

[Wk1] Wikipedia entry, "Graph (discrete mathematics)".

[Wk2] Wikipedia entry, "Graph theory".

[Wk3] Wikipedia entry, "Glossary of graph theory".

[Wk4] Wikipedia entry, "List of graphs" (aka "Gallery of named graphs.")

[Wk5] Wikipedia entry, "Hamiltonian path".

Packages

[AAp1] Anton Antonov, Graph Raku package, (2024), GitHub/antononcube.

Videos

[AAv1] Anton Antonov, "Graph demo in Raku (teaser)", (2024), YouTube/@AAA4Prediction.

[AAv2] Anton Antonov, "Graph neat examples in Raku (Set 1)", (2024), YouTube/@AAA4Prediction.

Related Projects