adjacency-matrix
Adjacency Matrix Generator
Notes
This was fine. I cut corners by not checking the entire edge for validity.
Unfortunately the backslashes look ugly. This could be avoided by putting the inputs into a non-Crystal file.
Don't forget to negate the forbidden direction when hitting a dummy node. Otherwise you could get into an infinite loop traveling between two of them.
The work to prevent tracing each path twice is a premature optimization, but it's interesting. Requires keeping track of which direction you just traveled from. Make sure to do this right with dummy nodes too.
Source
Repository
adjacency-matrix
Owner
Statistic
- 0
- 0
- 0
- 0
- 0
- over 7 years ago
- October 17, 2016
License
Links
Synced at
Sun, 24 Nov 2024 15:54:20 GMT
Languages