diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-01-19 23:43:54 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-01-19 23:43:54 +0900 |
| commit | e923454ed991bcaab80216887b63a7c45eb2bf58 (patch) | |
| tree | a5e8377c9cba783fd68133824127e2d760c45ddc /1_array_hashing | |
| parent | b4fff25e6f68327d67e1f55f9171061fc4597eef (diff) | |
Diffstat (limited to '1_array_hashing')
| -rw-r--r-- | 1_array_hashing/top_k_elements.py | 1 |
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}") |
