Skip to content
This repository was archived by the owner on Apr 22, 2023. It is now read-only.
/ hashmap_cpp Public archive

A hashmap implementation I wrote for some coursework. Some things are missing/incomplete, but adding and referencing hashmap entries is functional.

License

Notifications You must be signed in to change notification settings

deron-dev/hashmap_cpp

Repository files navigation

hashmap_cpp

A hashmap implementation I wrote for some coursework.

TODO:

  • make hashmap keys type-universal -- can only use with string keys currently

How to Implement

If for whatever reason you'd like to implement my amateur code in your project, use the following line in your C++ files as necessary.

#include "hashmap.hpp"

Just make sure to update the path to hashmap.hpp if it is not in the same directory as the linked file.

Notes

solution_custom.cpp, solution_std.cpp, tests/ and the usage of them in the Makefile are remnants from the coursework. They are meant for local testing now.

Contribute

Pull requests / issues submission are welcome :)

About

A hashmap implementation I wrote for some coursework. Some things are missing/incomplete, but adding and referencing hashmap entries is functional.

Resources

License

Stars

Watchers

Forks