Search:

Type: Posts; User: JMerritt

Search: Search took 0.00 seconds.

  1. Sorry to do this but I had reached out to a...

    Sorry to do this but I had reached out to a colleague and he'd pointed out that my newHashTable function had a flaw that was making my hash table matrices be of array size int instead of array size...
  2. I attempted your first suggestion and...

    I attempted your first suggestion and unfortunately it yielded much of the same results. omitting put(Hash, tempElm) will get all of the team names but will not insert those names into the hashTable....
  3. Ah, it was because I was attempting to get the...

    Ah, it was because I was attempting to get the carriage return character at the end of the lines of my input file. I've since updated the declaration to be as such:



    i= 0;
    while(nextLine[i] !=...
  4. Encountering an infinite loop, unsure as to why

    Hello all, recently I've been working on a HashTable data structure and have attempted to make it work for a project. Currently, I am encountering an infinite loop when I make it about two lines deep...
Results 1 to 4 of 4