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 - Confirm a form & display message if form is valid with JQuery -

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

ionic framework - Meteor - Error: Failed to execute 'insertBefore' on 'Node' -