From 51c058c082d516120a701c9440bda1dc5b986115 Mon Sep 17 00:00:00 2001 From: Ubuntu <> Date: Fri, 12 Jan 2024 12:56:11 +0000 Subject: [PATCH] Version 1.0.3 --- Hashmap.h | 4 ++-- README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Hashmap.h b/Hashmap.h index de78b1e..3eba2dc 100644 --- a/Hashmap.h +++ b/Hashmap.h @@ -34,7 +34,7 @@ namespace LouiEriksson { /// /// - /// Version 1.0.1 + /// Version 1.0.3 /// /// Custom Hashmap implementation accepting a customisable key and value type. Created using a combination of prior knowledge and brief online tutorial. /// This implementation requires that your "key" type is compatible with std::hash and that the stored data types are copyable. @@ -413,4 +413,4 @@ namespace LouiEriksson { } // LouiEriksson -#endif //LOUIERIKSSON_HASHMAP_H \ No newline at end of file +#endif //LOUIERIKSSON_HASHMAP_H diff --git a/README.md b/README.md index f2a9c06..85f65d0 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# C++ Hashmap (1.0.2) +# C++ Hashmap (1.0.3) ## Table of Contents @@ -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]. \ No newline at end of file +- Wang, Q. (Harry) (2020). Implementing Your Own HashMap (Explanation + Code). YouTube. Available at: https://www.youtube.com/watch?v=_Q-eNqTOxlE [Accessed 2021].