Search:

Type: Posts; User: April

Search: Search took 0.10 seconds.

  1. Replies
    3
    Views
    2,319

    Re: Bitstrings vs Hashmap

    Here is a definition of HashSet vs HashMap:

    A HashMap provides fast access to a mapping from a unique key to a value. Keys are unordered, which makes it faster than the TreeMap, where the keys...
  2. Replies
    3
    Views
    2,319

    Re: Bitstrings vs Hashmap

    I'm going to have to read up on the difference between a HashSet and a HashMap ... thanks!
  3. Replies
    3
    Views
    2,319

    Bitstrings vs Hashmap

    Hi everyone,

    I have a bit of a problem that I've been trying to figure out for a while now, so any new input would be helpful and greatly appreciated.

    One of the things I'm working on is to...
Results 1 to 3 of 3