From b792521855128969cf15c939f066584fd8046a0a Mon Sep 17 00:00:00 2001 From: Matej Focko Date: Sun, 9 Jun 2024 15:34:38 +0200 Subject: [PATCH] algorithms(hash-tables): be consistent about capitalization Signed-off-by: Matej Focko --- algorithms/12-hash-tables/2023-11-28-breaking/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/algorithms/12-hash-tables/2023-11-28-breaking/index.md b/algorithms/12-hash-tables/2023-11-28-breaking/index.md index 2bf11d8..58c50cf 100644 --- a/algorithms/12-hash-tables/2023-11-28-breaking/index.md +++ b/algorithms/12-hash-tables/2023-11-28-breaking/index.md @@ -1,7 +1,7 @@ --- id: breaking slug: /hash-tables/breaking -title: Breaking Hash Table +title: Breaking hash table description: | How to get the linear time complexity in a hash table. tags: