Search:

Type: Posts; User: Nismoz3255

Search: Search took 0.40 seconds.

  1. Re: Trying to test some basic hash functions using generic LinkedList and I'm having null pointers

    It's for a data structures course and we're using the hash code to place various strings and sub strings into an array of linked lists so we can manipulate the output. It might not be the best...
  2. Re: Trying to test some basic hash functions using generic LinkedList and I'm having null pointers

    I thought I was adding something to the array using list[h].add(s). I figured this would add the first element to that LinkedList and thus the array wouldn't be null at that value in the array. So I...
  3. Trying to test some basic hash functions using generic LinkedList and I'm having null pointers

    Here I have an array of LinkedLists of the string type. I'm trying to store the string in the hash code index of my array but I'm getting a Null Pointer exception when i try to add it. Does this have...
Results 1 to 3 of 3