graph-theory
graph-theory copied to clipboard
A simple graph library
https://en.wikipedia.org/wiki/Radix_tree  Automatic conversion of column of text to radix tree would be a neat helper for many cases. In particular as a radix tree is quick to update in...
I'm adding this issue, as I've received a request to add an examples section for the github repo, so that the more sophisticated examples are explained using jupyter notebooks, with...
https://en.wikipedia.org/wiki/Route_inspection_problem
Implement example of the [page rank](https://en.wikipedia.org/wiki/PageRank#Python) algorithm with graph.
- Detect convex hull on XY and XYZ graph. Example of xy graph is available here: https://root-11.github.io/content/calculating-the-convex-hull/index.html
Description: Cluster analysis (https://en.wikipedia.org/wiki/Cluster_analysis)
Here's a list: - Assignment problems (AP) - Explain that AP is special case of GAP with just one agent. - Explain why the hungarian algorithm is subperformant relative to...
- Scheduling - employee scheduling problem (https://en.wikipedia.org/wiki/Nurse_scheduling_problem) - job shop scheduling problem - load planning problem
Implementation is requested of [VRP](https://en.wikipedia.org/wiki/Vehicle_routing_problem): 