mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
examples: fix typo in bellman-ford.v (#18223)
This commit is contained in:
parent
4b22ea7803
commit
30e02cfa3d
@ -146,7 +146,7 @@ fn main() {
|
||||
[5, 15, 4, 0],
|
||||
]
|
||||
|
||||
// To find number of coluns
|
||||
// To find number of columns
|
||||
// mut cols := an_array[0].len
|
||||
mut graph := [][]int{} // the graph: adjacency matrix
|
||||
// for index, g_value in [graph_01, graph_02, graph_03] {
|
||||
|
Loading…
Reference in New Issue
Block a user