GitXplorerGitXplorer
j

HashDictionary

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
4d2b93cc647f41da7331b9313ab0305adc6d9f29

Found and fixed a bug in the remove function inside of the HashDictionary class. Also added much more code documentation, particularly in HashDictionary.cpp

committed 11 years ago
Unverified
1e5a4917c4cb6134dececcbf177661bfaeff0672

More formatting changes, continuing to document the code

committed 11 years ago
Unverified
30aa79d9d32cfd899c834c9a22beb76d24844912

Fixed error where invalid file would throw exception

committed 11 years ago
Unverified
8210f1b1868224d865502b2a0ba1c71b434ab90e

...

committed 11 years ago
Unverified
dfb235eecefa72ab10fc5f785cc9b8ab221a2e22

Merge branch 'master' of https://github.com/jhallard/HashDictionary

committed 11 years ago
Unverified
5ca377a959da0db02e68d497b18f45c682afce22

..

committed 11 years ago

README

The README file for this repository.

HashDictionary

Implementation of a dictionary that uses hashing with chaining. Comes with a novel main() function to add some names from a file and display their position in the dictionary.