Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/antononcube/retrographalgorithmswithraku-book

Graph algorithms development and examples with Raku.
https://github.com/antononcube/retrographalgorithmswithraku-book

graph-algorithms graph-theory raku rakulang

Last synced: 3 months ago
JSON representation

Graph algorithms development and examples with Raku.

Awesome Lists containing this project

README

        

# 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)"](https://en.wikipedia.org/wiki/Graph_(discrete_mathematics)).

[Wk2] Wikipedia entry, ["Graph theory"](https://en.wikipedia.org/wiki/Graph_theory).

[Wk3] Wikipedia entry, ["Glossary of graph theory"](https://en.wikipedia.org/wiki/Glossary_of_graph_theory).

[Wk4] Wikipedia entry, ["List of graphs"](https://en.wikipedia.org/wiki/List_of_graphs) (aka "Gallery of named graphs.")

[Wk5] Wikipedia entry, ["Hamiltonian path"](https://en.wikipedia.org/wiki/Hamiltonian_path).

### Packages

[AAp1] Anton Antonov,
[Graph Raku package](https://github.com/antononcube/Raku-Graph),
(2024),
[GitHub/antononcube](https://github.com/antononcube).

### Videos

[AAv1] Anton Antonov,
["Graph demo in Raku (teaser)"](https://www.youtube.com/watch?v=0uJl9q7jIf8),
(2024),
[YouTube/@AAA4Prediction](https://www.youtube.com/@AAA4Prediction).

[AAv2] Anton Antonov,
["Graph neat examples in Raku (Set 1)"](https://www.youtube.com/watch?v=5qXgqqRZHow),
(2024),
[YouTube/@AAA4Prediction](https://www.youtube.com/@AAA4Prediction).