summaryrefslogtreecommitdiff
path: root/1_array_hashing
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-01-19 23:43:54 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-01-19 23:43:54 +0900
commite923454ed991bcaab80216887b63a7c45eb2bf58 (patch)
treea5e8377c9cba783fd68133824127e2d760c45ddc /1_array_hashing
parentb4fff25e6f68327d67e1f55f9171061fc4597eef (diff)
modified 1_array_hashing/top_k_elements.pyHEADmaster
Diffstat (limited to '1_array_hashing')
-rw-r--r--1_array_hashing/top_k_elements.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/1_array_hashing/top_k_elements.py b/1_array_hashing/top_k_elements.py
index 46ba2a4..6bff81a 100644
--- a/1_array_hashing/top_k_elements.py
+++ b/1_array_hashing/top_k_elements.py
@@ -72,7 +72,6 @@ class Solution:
Args:
example: Dict, a dictionary of examples
"""
-
for name, (param1, param2) in examples.items():
result = self.hashmap(param1, param2)
print(f"{name}: {result}")