Skip to content
This repository was archived by the owner on Nov 4, 2024. It is now read-only.

Commit 737898f

Browse files
Update two_sums.py
1 parent bed6d22 commit 737898f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

arrays_and_strings/two_sums.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
#!/usr/bin/env python3
2+
# -*- coding: utf-8 -*-
3+
# author: bt3gl
4+
5+
16
def two_sum(nums: list[int], target: int) -> list[int]:
27

38
aux_dict = {}

0 commit comments

Comments
 (0)