Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/antononcube/retrographalgorithmswithraku-book
- Owner: antononcube
- License: mit
- Created: 2024-08-02T15:47:28.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-02T21:58:55.000Z (5 months ago)
- Last Synced: 2024-10-10T20:41:19.669Z (3 months ago)
- Topics: graph-algorithms, graph-theory, raku, rakulang
- Homepage:
- Size: 2.93 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).