I found it difficult to find many data structures puzzles, questions and problem in 100s of websites, so thought of writing and consolidating in a single place.
This would help me to refer it any time and others can also if they like it.
I have contributed as well as referred code from various websites where other has contributed.
Sunday, January 25, 2015
Find The Maximum Multiplication In An Given Array
For e.g.
Input:
{6,7,-8,9,8,-7,6};
Output:
Maximum Product: 72
No comments:
Post a Comment