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

'hasOwnProperty' in javascript -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

java - How to implement an entity bound odata action in olingo v4.3 -