remnode←{               ⍝ Remove vertex ⍵ from graph ⍺.
    new(⍵≠⍳⍴⍺)/⍺~¨⍵    ⍝ graph with vertex ⍵ removed,
    new-new>⍵           ⍝ and edges adjusted.
}

code_colours

test script

Back to: notes

Back to: Workspaces