Skip to content

Commit

Permalink
Version 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed Jan 12, 2024
1 parent e24ac09 commit 51c058c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Hashmap.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ namespace LouiEriksson {

/// <summary>
/// <para>
/// Version 1.0.1
/// Version 1.0.3
/// </para>
/// Custom Hashmap implementation accepting a customisable key and value type. Created using a combination of prior knowledge and brief online tutorial.
/// <para><remarks>This implementation requires that your "key" type is compatible with std::hash and that the stored data types are copyable.</remarks></para>
Expand Down Expand Up @@ -413,4 +413,4 @@ namespace LouiEriksson {

} // LouiEriksson

#endif //LOUIERIKSSON_HASHMAP_H
#endif //LOUIERIKSSON_HASHMAP_H
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# C++ Hashmap (1.0.2)
# C++ Hashmap (1.0.3)

## Table of Contents

Expand Down Expand Up @@ -66,4 +66,4 @@ This header is used for [std::vector](https://en.cppreference.com/w/cpp/containe

### References

- Wang, Q. (Harry) (2020). Implementing Your Own HashMap (Explanation + Code). YouTube. Available at: https://www.youtube.com/watch?v=_Q-eNqTOxlE [Accessed 2021].
- Wang, Q. (Harry) (2020). Implementing Your Own HashMap (Explanation + Code). YouTube. Available at: https://www.youtube.com/watch?v=_Q-eNqTOxlE [Accessed 2021].

0 comments on commit 51c058c

Please sign in to comment.