Sock Merchant [HackerRank] | Interview | Python | Problem Solving

  Рет қаралды 13,222

Coding Cart

Coding Cart

Күн бұрын

Пікірлер: 23
@codingcart
@codingcart 5 жыл бұрын
Hey Programmer, if you have any alternative solution feel free to post in comment section.
@prabhashkumar7399
@prabhashkumar7399 5 жыл бұрын
Coding Cart close that clothing store🤣😂
@codingcart
@codingcart 5 жыл бұрын
Will soon..
@shanekye3508
@shanekye3508 3 жыл бұрын
i dont mean to be so off topic but does anybody know of a trick to get back into an instagram account..? I was stupid lost the login password. I would appreciate any tips you can offer me
@aaditshah5825
@aaditshah5825 3 жыл бұрын
Nice video bro keep it up :D! An alternate solution: def sockMerchant(n, array): pairs = 0 set_of_array = set(array) for i in set_of_array: count = array.count(i) total_pair = count//2 pairs += total_pair return pairs
@infinitygaming7192
@infinitygaming7192 3 жыл бұрын
my solution def sockMerchant(n, ar): cat = Counter(ar) c = list(cat.values()) d = 0 for i in range(0,len(c)): if c[i] > 1: d += int(c[i]/2) return(d) i am working very hard i wish i become programmer like you
@abhisheksaha3953
@abhisheksaha3953 5 жыл бұрын
really helpful. was not aware of counter feature. thank you for sharing.👍
@sachinsingh-jg9lx
@sachinsingh-jg9lx 5 жыл бұрын
Wow nice solsn
@prashnatdivase8523
@prashnatdivase8523 4 жыл бұрын
Alternate solution blank_list=[] count_of_pair=0 for i in ar: if i not in blank_list: cnt= ar.count(i) count_of_pair+= cnt//2 blank_list.append(i) return count_of_pair
@prashnatdivase8523
@prashnatdivase8523 4 жыл бұрын
Can someone try and confirm?
@codingcart
@codingcart 4 жыл бұрын
You can submit, link for the problem is in description.
@prashnatdivase8523
@prashnatdivase8523 4 жыл бұрын
@@codingcart sure
@gioadan4680
@gioadan4680 Жыл бұрын
My output keeps returning 2 instead of three and four for cases 1 and 2, what’s the reason for this?
@rahulrc7905
@rahulrc7905 4 жыл бұрын
very well explained!!
@codingcart
@codingcart 4 жыл бұрын
Glad it was helpful!
@harshhwardhanrai3716
@harshhwardhanrai3716 4 жыл бұрын
I don't how how this question can be warmup challenge, dimaag hila daala is problem be to
@codingcart
@codingcart 4 жыл бұрын
Hahaaha ..Keep calm dude
@Wonder_with_nature
@Wonder_with_nature 4 жыл бұрын
def pairlist(list): data = [] sum = 0 r = set(list) for i in r: res = list.count(i) data.append({i:res}) for j in data: for key, val in j.items(): result = val//2 sum = sum+result return sum
@RohanVemula
@RohanVemula 4 жыл бұрын
Can't we solve by solving with arrays Like arr[i]=arr[i+1]
@codingcart
@codingcart 4 жыл бұрын
Just give a try from your end 😊
Jumping on the Clouds :Revisited | HackerRank  | Problem solving
13:39
Repeated String  [HackerRank] | Python | Interview
9:44
Coding Cart
Рет қаралды 10 М.
БАБУШКА ШАРИТ #shorts
0:16
Паша Осадчий
Рет қаралды 4,1 МЛН
She wanted to set me up #shorts by Tsuriki Show
0:56
Tsuriki Show
Рет қаралды 8 МЛН
Andro, ELMAN, TONI, MONA - Зари (Official Music Video)
2:50
RAAVA MUSIC
Рет қаралды 2 МЛН
8 Data Structures Every Programmer Should Know
17:09
ForrestKnight
Рет қаралды 240 М.
Mastering Dynamic Programming - How to solve any interview problem (Part 1)
19:41
I Solved 100 LeetCode Problems
13:11
Green Code
Рет қаралды 308 М.
How to Remember Everything You Read
26:12
Justin Sung
Рет қаралды 2,7 МЛН
How I Mastered Data Structures and Algorithms in 8 Weeks
15:46
Aman Manazir
Рет қаралды 157 М.
Maze Solving - Computerphile
17:15
Computerphile
Рет қаралды 1,1 МЛН
Fast Inverse Square Root - A Quake III Algorithm
20:08
Nemean
Рет қаралды 5 МЛН
БАБУШКА ШАРИТ #shorts
0:16
Паша Осадчий
Рет қаралды 4,1 МЛН