Skip to content

Commit 51c058c

Browse files
author
Ubuntu
committed
Version 1.0.3
1 parent e24ac09 commit 51c058c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Hashmap.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ namespace LouiEriksson {
3434

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

414414
} // LouiEriksson
415415

416-
#endif //LOUIERIKSSON_HASHMAP_H
416+
#endif //LOUIERIKSSON_HASHMAP_H

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# C++ Hashmap (1.0.2)
1+
# C++ Hashmap (1.0.3)
22

33
## Table of Contents
44

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

6767
### References
6868

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

0 commit comments

Comments
 (0)