diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2024-08-25 01:01:55 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2024-08-25 01:01:55 +0900 |
| commit | 6666388bbfc5f66756464151ff894a76a25c4ebb (patch) | |
| tree | e9b85c5dbbf0efa00780d8c3df8ee2752bc8cfa5 /1_array_hashing/top_k_elements.py | |
| parent | b6855458c3c74ee93496275ea97bc3ba97a31e07 (diff) | |
Init
Diffstat (limited to '1_array_hashing/top_k_elements.py')
| -rw-r--r-- | 1_array_hashing/top_k_elements.py | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/1_array_hashing/top_k_elements.py b/1_array_hashing/top_k_elements.py index e4b0e12..e1bd5b8 100644 --- a/1_array_hashing/top_k_elements.py +++ b/1_array_hashing/top_k_elements.py @@ -50,8 +50,12 @@ Solution url: url video: video + +1. +time: +space: code: -```fn_name -code +```python + ``` """ |
