Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
genos committed Apr 4, 2024
1 parent 342e54b commit 2bb3649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2024-04-04-apl-min-plus.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ we have the following distance matrix
With this matrix, representing distances between vertices in our graph, we can
use the APL matrix product operator `.` _with different operations_ to perform
our calculations; instead of `+` and `×` for addition and multiplication, we
turn to `` for min and `+`; then `dist ⌊.+ dist` gives us the two-hop distances:
turn to `` (min) and `+`; then `dist ⌊.+ dist` gives us the two-hop distances:

```apl
dist ⌊.+ dist
Expand Down

0 comments on commit 2bb3649

Please sign in to comment.