algorithms(hash-tables): be consistent about capitalization
Some checks failed
Test deployment / Test deployment (push) Has been cancelled

Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
Matej Focko 2024-06-09 15:34:38 +02:00
parent 760f36589b
commit b792521855
Signed by: mfocko
GPG key ID: 7C47D46246790496

View file

@ -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: