Skip to content

Commit ae4103f

Browse files
added reference for the question
1 parent a1b41dd commit ae4103f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bit_manipulation/fin_two_unique_numbers.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#Reference : https://www.geeksforgeeks.org/dsa/find-two-non-repeating-elements-in-an-array-of-repeating-elements
12
def find_two_unique_numbers(arr: list[int]) -> tuple[int,int]:
23
"""
34
Given a list of integers where every elemnt appears twice except for two numbers,

0 commit comments

Comments
 (0)