Data update
This commit is contained in:
parent
81fd053722
commit
52a6ef48dd
10248 changed files with 63654 additions and 6775 deletions
7
Task/Dijkstras-algorithm/Uiua/dijkstras-algorithm.uiua
Normal file
7
Task/Dijkstras-algorithm/Uiua/dijkstras-algorithm.uiua
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# Experimental!
|
||||
# Use table of edge weights.
|
||||
A ← [[0 7 9 0 0 14] [0 0 10 15 0 0] [0 0 0 11 0 2]
|
||||
[0 0 0 0 6 0] [0 0 0 0 0 9][0 0 0 0 0 0]]
|
||||
Ns ← ⍜⊟⍜⍉(▽⊸≡(≠0⊢)):°⊏⊡:A # Neighbours with costs.
|
||||
P ← &p$"Path: _ with cost _"/$"_->_"+@a°□⊢astar(Ns|0|≍)°⊟
|
||||
≡P[0_4 0_5]
|
||||
Loading…
Add table
Add a link
Reference in a new issue