numero minimo in un array

1) You can keep the array sorted
2) Use a hash table instead of an array
3) Use a binary tree instead of array (heap)

  1. È possibile mantenere l'array ordinato
  2. Utilizzare una tabella di hash invece di un array
  3. Utilizzare un albero binario invece di array (heap)