Search/Filtering algorithm suggestion -


need suggestion on algorithm application needs store set of numbers (mostly random - limited set) , figure out if given number present in set. emphasis on minimum memory footprint.

most programming languages have kind of set data structure implemented in standard library. maybe check out , see if fulfill needs.


Comments

Popular posts from this blog

javascript - Knockout pushing observable and computed data to an observable array -

'hasOwnProperty' in javascript -

Trouble making a JSON string -