Top "Max" questions

Maximum value.

Maximum size of a PHP session

What is the maximum size that can be stored in a PHP session?

php session size max
Remove Max and Min values from python list of integers

I am not completely green to Python, but I am interested in learning/keeping good practices while I develop my …

python list max min
In List of Dicts, find min() value of a common Dict field

I have a list of dictionaries like so: [{'price': 99, 'barcode': '2342355'}, {'price': 88, 'barcode': '2345566'}] I want to find …

python list dictionary max min
Getting the submatrix with maximum sum?

Input: A 2-dimensional array NxN - Matrix - with positive and negative elements.Output: A submatrix of any size such …

algorithm dynamic-programming max submatrix
Good way to get the key of the highest value of a Dictionary in C#

I'm trying to get the key of the maximum value in the Dictionary<string, double> results. This is …

c# linq dictionary max
How do i find the largest value in a column in postgres sql?

For example: name | weight jon 100 jane 120 joe 130 How do I only return the name of the person with the largest …

sql postgresql max
Select min(date), max(date) and group by day from one column - SQL

I'm going nuts soon please help. I have one column containing datetime values. I need to find min and max …

sql sql-server max min
Maximum Year in Expiry Date of Credit Card

Various online services have different values for maximum year of expiry, when it comes to Credit Cards. For instance: Basecamp: +15 …

date max credit-card billing
jquery: set min max input in option type number

I have this part of code <input type="number" min="2" max="10" step="2" id="contact" oninput="new_sum"> In …

jquery numbers max min
Fastest way to zero out low values in array?

So, lets say I have 100,000 float arrays with 100 elements each. I need the highest X number of values, BUT only …

python arrays floating-point max min