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: