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

https://github.com/pgdr/oddwalk


https://github.com/pgdr/oddwalk

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# oddwalk

Given a graph of format

```
n m
v1 x1 y1
v2 x2 y2
...
v11 v12 w1
v21 v22 w2
...
```

run the program with

```
python oddwalk.py delaunay1000.in 447 584 3
[447, 668, 844, 857, 758, 698, 62, 84, 900, 697, 907, 155, 485, 356, 688, 266, 2, 629, 649, 584]
```

where the parameters are v1, v2, and the number of free edges.