in reply to Learn Data Structures easy
s/easy/easily/g;
Also, usually it would be more applicable to use arrays over hash structures when wanting to index by number.
Only when the numbers being stored are densely distributed and can be offset into 0..N, when the numbers are sparsely distributed a hash is better.