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
Post a Comment