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)
- È possibile mantenere l'array ordinato
- Utilizzare una tabella di hash invece di un array
- Utilizzare un albero binario invece di array (heap)