From 30f85b20935ccea6331fc0500765ea2d09d547e2 Mon Sep 17 00:00:00 2001 From: juan Date: Tue, 6 Sep 2022 17:42:00 +0800 Subject: [PATCH] vault backup: 2022-09-06 17:42:00 --- OJ notes/pages/Leetcode Group-Anagrams.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OJ notes/pages/Leetcode Group-Anagrams.md b/OJ notes/pages/Leetcode Group-Anagrams.md index a06f4f6..3a56d06 100644 --- a/OJ notes/pages/Leetcode Group-Anagrams.md +++ b/OJ notes/pages/Leetcode Group-Anagrams.md @@ -84,7 +84,7 @@ Note that vectors doesn't work in unordered hash maps, unless we use custom hash functions. And arrays in c style definition (`int arr[26];`) will be -hashed according to address, not content. +hashed according to address, not conte`nt. #### Alternative method