Top "Min" questions

Minimum value.

Find min value in array > 0

I am looking to find the lowest positive value in an array and its position in the list. If a …

python list search min
What's the difference between the pair of functions floor()/ceil() and min()/max()?

I would say all programming languages have functions with these names to choose the lesser or greater of two values: …

max min floor ceil
Is there an easy way to make a min heap in C++?

I'm very new to C++, and I was wondering if there was a way to make a min heap in …

c++ data-structures heap min
How would you define a simple "min" method in obj-c

I want to define a min and max methods in a Utils class. @interface Utils int min(int a, int …

c objective-c methods max min
MySQL Left Join + Min

Seemingly simple MySQL question, but I've never had to do this before.. I have two tables, items and prices, with …

mysql group-by left-join greatest-n-per-group min
Determine min and max in gnuplot

I am new to gnuplot and i am trying to determine the mina nd max from a datafile and afterwards …

gnuplot max min
Using min/max *within* an Integer Linear Program

I'm trying to set up a linear program in which the objective function adds extra weight to the max out …

max mathematical-optimization min linear-programming
which.max ties method in R

which.max and which.min will return the smallest index of the max or min value if there are ties. …

r max min
Mathematically Find Max Value without Conditional Comparison

----------Updated ------------ codymanix and moonshadow have been a big help thus far. I was able to solve my problem using …

math conditional max algebra min
ORA-00937: not a single-group group function

SELECT MIN(retail) FROM books WHERE category = 'COMPUTER' works fine, but when I include title in select like: SELECT MIN(…

sql min