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

Command prompt result in label. Python 2.7 -

javascript - How do I use URL parameters to change link href on page? -

'hasOwnProperty' in javascript -