Intersection of two array II | technical interview question | leetcode

preview_player
Показать описание
Please like the video, this really motivates us to make more such videos and helps us to grow. thecodingworld is a community which is formed to help fellow student and professionals looking to crack the “coding interviews”.

We love solving and sharing problems which are frequently asked in technical interviews and voted by community at various websites.

✅ For more and upcoming updates join our community

#leetcode #python
Рекомендации по теме
Комментарии
Автор

Please reduce the background music. The topic is very interesting

ananth
Автор

why can't we do like this?
def intersection_unique(arr1, arr2):
# Convert both arrays to sets and find the intersection
set1 = set(arr1)
set2 = set(arr2)

# Return the intersection using the & operator
return list(set1 & set2)

poonamsaraogi
Автор

I thought of the exact same solution, time limit exceeded

mirelahmed
Автор

bro plz remove the background music plz

technicalglich
Автор

The music in background is so distracting....

kgtw
join shbcf.ru