Largest product in a grid: Difference between revisions

Content added Content deleted
(Add Factor)
m (→‎{{header|Factor}}: remove unused vocab)
Line 32: Line 32:
=={{header|Factor}}==
=={{header|Factor}}==
{{works with|Factor|0.99 2021-06-02}}
{{works with|Factor|0.99 2021-06-02}}
<lang factor>USING: grouping kernel literals math.matrices math.order
<lang factor>USING: grouping kernel math.matrices math.order prettyprint
prettyprint sequences ;
sequences ;


: max-horizontal ( matrix m -- n )
: max-horizontal ( matrix m -- n )