For a small number of values linear search may be OK; when values do not change much, you may sort them and do a binary search. Or use a hash table, or maybe a tree structure.
- Best way to store/search/etc and an int-int data structure drkameleon
- Re: Best way to store/search/etc and an int-int data ... ducdetronquito
- Re: Best way to store/search/etc and an int-int d... Stefan_Salewski
