Top "Minimum" questions

Minimum refers to the value in a collection of values that is the least or smallest.

Java Minimum and Maximum values in Array

My code does not give errors, however it is not displaying the minimum and maximum values. The code is: Scanner …

java arrays max minimum
Get the key corresponding to the minimum value within a dictionary

If I have a Python dictionary, how do I get the key to the entry which contains the minimum value? …

python dictionary min minimum idioms
How to scale down a range of numbers with a known min and max value

So I am trying to figure out how to take a range of numbers and scale the values down to …

math range scaling max minimum
find a minimum value in an array of floats

how would one go about finding the minimum value in an array of 100 floats in python? I have tried minindex=…

python arrays numpy minimum
Python: Find index of minimum item in list of floats

How can I find the index of the minimum item in a Python list of floats? If they were integers, …

python list floating-point minimum floating-point-precision
What is the minimum value of a 32-bit signed integer?

What is the minimum value of a 32-bit signed integer, happens to be the security "challenge" question in order to …

int 32-bit signed minimum
Maximum value for Float in Java?

The following question indicates that the minimum value of a Double is -Double.MAX_VALUE. Is this also true for …

java floating-point minimum
Find the maximum and minimum value of every column and then find the maximum and minimum value of every row

I've got this matrix: a <- matrix(rnorm(1000 * 18, mean = 100, sd = sqrt(10)), 1000, 18) I would like to find the maximum and …

r matrix max minimum
How can I find the minimum cut on a graph using a maximum flow algorithm?

I need to find the minimum cut on a graph. I've been reading about flow networks, but all I can …

graph-theory cut minimum flow max-flow
DataAnnotations StringLength Attribute MVC - without max value

I am using Data Annotations for Model validation in MVC4 and am currently using the StringLengthAttribute however i do NOT …

asp.net-mvc asp.net-mvc-4 data-annotations minimum string-length