graph-theory icon indicating copy to clipboard operation
graph-theory copied to clipboard

A simple graph library

Results 13 graph-theory issues
Sort by recently updated
recently updated
newest added

https://en.wikipedia.org/wiki/Radix_tree ![image](https://user-images.githubusercontent.com/4048422/156414238-80d4d0c4-79ef-46e4-a279-df12dd0eb7c2.png) 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...

enhancement
good first issue

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.

enhancement

- 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

enhancement

Description: Cluster analysis (https://en.wikipedia.org/wiki/Cluster_analysis)

enhancement

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...

enhancement

- Scheduling - employee scheduling problem (https://en.wikipedia.org/wiki/Nurse_scheduling_problem) - job shop scheduling problem - load planning problem

enhancement

Implementation is requested of [VRP](https://en.wikipedia.org/wiki/Vehicle_routing_problem): ![image](https://user-images.githubusercontent.com/4048422/93892496-7db55400-fce4-11ea-8a7a-d8c2cc99a29f.png)

enhancement