From 50409a0e8531bb78f0b55f23afdac26c73f1ab5b Mon Sep 17 00:00:00 2001 From: marina <138340846+bt3gl-cryptographer@users.noreply.github.com> Date: Wed, 2 Aug 2023 18:38:43 -0700 Subject: [PATCH] Update README.md --- hash_objects/README.md | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/hash_objects/README.md b/hash_objects/README.md index a3f05f5..c90692b 100644 --- a/hash_objects/README.md +++ b/hash_objects/README.md @@ -1,9 +1,5 @@ ## hash objects -
- - -### hash objects
@@ -17,10 +13,11 @@
-

-#### notes on keys +---- + +### notes on keys
@@ -31,7 +28,9 @@
-#### implementing a hash set +--- + +### implementing a hash set
@@ -55,7 +54,9 @@
-#### buckets as linked lists +---- + +### buckets as linked lists
@@ -66,7 +67,9 @@
-#### buckets as binary search trees +--- + +### buckets as binary search trees
@@ -76,8 +79,9 @@
+---- -#### implementing a hash map +### implementing a hash map