Skip to content

simons-rock/max-product

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Max pairwise product

Problem

Find the maximum product of two distinct numbers in a sequence of non-negative integers.

Formalize problem

Input:

Output:

Problem instance

Input:

10
7 5 14 2 8 8 10 1 2 3

Output:

140

About

First implementation to test git

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published