Subarray with given Sum | Python Code

  Рет қаралды 11,740

nETSETOS

nETSETOS

Күн бұрын

Пікірлер: 21
@sanjaybalaji6506
@sanjaybalaji6506 2 жыл бұрын
Pls post videos daily you are the best explainer I have ever seen.
@Ajay-rq4wd
@Ajay-rq4wd 2 жыл бұрын
Good explanation all the best
@francescojamesfanti6430
@francescojamesfanti6430 3 жыл бұрын
i was given a practice exercise at university were i should count in how many ways i can form a subarray that does the given sum. I have to do it in an efficient way and that seems the right way, but i cannot count right. (the array has zeroes and positive integers)
@shilpagopal6937
@shilpagopal6937 3 жыл бұрын
Tqs for this video.... U were my savior....
@nETSETOStECH
@nETSETOStECH 3 жыл бұрын
Welcome 😀
@yaminikoneti5091
@yaminikoneti5091 Жыл бұрын
i have a doubt, the dictionary cannot have same keys, so here for index0 the sum is 10 and and we are storing as the key, also the index 3 we have sum 10 that is being stored as key.
@touheedfathima8923
@touheedfathima8923 2 ай бұрын
def subarray_sum(arr,sum): dict1={} curr_sum=0 for i in range(len(arr)): curr_sum=curr_sum+arr[i] if curr_sum == sum: print("Subarray starts from 0 to ",i) return if curr_sum-sum in dict1: print("subarray starts from ",dict1[curr_sum-sum]+1,"to",i) return dict1[curr_sum]=i print("no subarray found") arr=[1,4,20,3,10,5] sum=33 subarray_sum(arr,sum)
@pritammishra9850
@pritammishra9850 4 жыл бұрын
Grreatly beneficial
@nETSETOStECH
@nETSETOStECH 4 жыл бұрын
Thank you!
@canopus3310
@canopus3310 4 жыл бұрын
love your explanation❤
@jeevapriya4853
@jeevapriya4853 4 жыл бұрын
Mam plz make videos on data structures graphs like topological sort nd those similar kind algo's
@nETSETOStECH
@nETSETOStECH 4 жыл бұрын
Yes. I will Upload soon
@jeevapriya4853
@jeevapriya4853 4 жыл бұрын
Tq u mam
@sreelekshmiajaykumar3297
@sreelekshmiajaykumar3297 4 жыл бұрын
So the line 10's print statement prints the value in the dictionary right?
@pritammishra9850
@pritammishra9850 4 жыл бұрын
Can you please make a video on finding kth largest element in an array...I'm getting confusee
@pratheeeeeesh4839
@pratheeeeeesh4839 Жыл бұрын
Use quick select algo!
@practicalbong1497
@practicalbong1497 3 жыл бұрын
you are great
@Knowledgeon541
@Knowledgeon541 10 ай бұрын
@Prat-zi1ou
@Prat-zi1ou 2 жыл бұрын
Use 1.5 x
@ChandanKumar-em8zg
@ChandanKumar-em8zg 2 жыл бұрын
2
Leetcode #152 Maximum Product Subarray
11:40
nETSETOS
Рет қаралды 2,3 М.
Subarray Sum Equals K - Prefix Sums - Leetcode 560 - Python
15:19
Real Man relocate to Remote Controlled Car 👨🏻➡️🚙🕹️ #builderc
00:24
Kadane's Algorithm | Maximum Subarray Sum | Finding and Printing
20:09
take U forward
Рет қаралды 487 М.
How to STUDY so FAST it feels like CHEATING
8:03
The Angry Explainer
Рет қаралды 1,8 МЛН
5 Good Python Habits
17:35
Indently
Рет қаралды 623 М.
Count Subarray sum Equals K | Brute - Better -Optimal
24:09
take U forward
Рет қаралды 335 М.
How I Would Learn Python FAST in 2024 (if I could start over)
12:19
Thu Vu data analytics
Рет қаралды 552 М.
If __name__ == "__main__" for Python Developers
8:47
Python Simplified
Рет қаралды 414 М.
Arrays Series #4- Find subarray with given sum - Solution Explained in Java
14:44
Code With Ease - By Varsha
Рет қаралды 8 М.
Real Man relocate to Remote Controlled Car 👨🏻➡️🚙🕹️ #builderc
00:24