Winner Per Rutquist (PPath IV)
by Colin Ross
Status: Failed Results: []
Based on: Lucky Leek (diff) Basis for: Languishing Lettuce (diff)
[l c] = f(0, 1, a, b); function [A, B] = f(l, t, a, b) q = t(nnz(t)); j = find(a(q,:)); j(find(j==q))=[]; j(find( intersect(j,t) ) ) = []; A = l; B = t; for i = j [c d] = f(l+ norm(d(q,:) - b(i,:)), [t i], a, d); if c > A B = d; A = c; end end