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_.