3 lines
128 B
Text
3 lines
128 B
Text
fcn equilibrium(lst){ // lst should immutable, n^2
|
|
(0).filter(lst.len(),'wrap(n){ lst[0,n].sum(0) == lst[n+1,*].sum(0) })
|
|
}
|