From 585a3b0356899158abc01d8ec9d8c1b4a6527642 Mon Sep 17 00:00:00 2001 From: Matej Focko Date: Tue, 28 Nov 2023 20:16:37 +0100 Subject: [PATCH] fix(algorithms): correct the heading level Signed-off-by: Matej Focko --- algorithms/12-hash-tables/2023-11-28-breaking/01-python.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/algorithms/12-hash-tables/2023-11-28-breaking/01-python.md b/algorithms/12-hash-tables/2023-11-28-breaking/01-python.md index 63c8e6d..6b51071 100644 --- a/algorithms/12-hash-tables/2023-11-28-breaking/01-python.md +++ b/algorithms/12-hash-tables/2023-11-28-breaking/01-python.md @@ -12,7 +12,7 @@ last_update: date: 2023-11-28 --- -## Breaking the Hash Table in Python +# Breaking the Hash Table in Python Our language of choice for bringing the worst out of the hash table is _Python_.