Python Forum
Product of maximum in first array and minimum in second
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Product of maximum in first array and minimum in second
#10
(Jan-19-2018, 04:44 PM)j.crater Wrote: No problem, we are glad to help! =)
Beside posting when you hit an obstacle, feel free to also post in Completed Scripts/Snippets subforum, if you would like to share your working code and get some feedback for improvement ;)
Yeah, I will do this!

(Jan-19-2018, 05:23 PM)Larz60+ Wrote:
Quote:Given two arrays of size N1 and N2 respectively, the task is to calculate the product of max element of first array and min element of second array.
>>> A = [1, 50, 2, 7, 3, 8]
>>> B = [1, 50, 2, 7, 3, 8, 75, 77, 0]
>>> max(A) * min(B)
0
>>>
Thank you! This is accurate
Reply


Messages In This Thread
RE: Product of maximum in first array and minimum in second - by Thethispointer - Jan-19-2018, 07:38 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
Information Showing trendline formula in a table per product Carlossxx 0 655 May-03-2023, 08:34 AM
Last Post: Carlossxx
  How to add product details in exe generated by pyinstaller arex786 1 8,431 Oct-10-2021, 11:00 AM
Last Post: Sran012
  How to get indices of minimum time difference Mekala 1 2,146 Nov-10-2020, 11:09 PM
Last Post: deanhystad
  How to get index of minimum element between 3 & 8 in list Mekala 2 2,509 Nov-10-2020, 12:56 PM
Last Post: DeaD_EyE
  Largest product in a grid (projecteuler problem11) tragical 1 2,280 Sep-14-2020, 01:03 PM
Last Post: Gribouillis
  Blending calculator from final product xerxes106 0 1,607 Dec-05-2019, 10:32 AM
Last Post: xerxes106
  Make dual vector dot-product more efficient technossomy 3 2,526 Nov-28-2019, 09:27 PM
Last Post: Gribouillis
  Finding MINIMUM number in a random list is not working Mona 5 3,035 Nov-18-2019, 07:27 PM
Last Post: ThomasL
  Delete minimum occurence in a string RavCOder 10 3,915 Nov-12-2019, 01:08 PM
Last Post: RavCOder
  Minimum size Amniote 8 3,822 Jul-10-2019, 02:58 PM
Last Post: nilamo

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020