software master at the intersection of technology, science and art

home

water transit problem


The issue: given a matrix of weighted cells, is there a path through the matrix from left to right such that the cumulated weight is less than or equal to a fixed weight - through a path of least resistance through the matrix.


Auto Matrix will create a 5 x 12 matrix of random integers less than 50 based on the seed of the a stopwatch tick. You can select all positive or positive and negative integers.

Select Matrix Size ---

Rows : Columns :