315. Count of Smaller Numbers After Self | Day 024 | Fenwick Tree | Merge Sort

  Рет қаралды 6,042

Aryan Mittal

Aryan Mittal

Күн бұрын

Пікірлер: 21
@CodingNinjaExAmazon
@CodingNinjaExAmazon 8 ай бұрын
I also run a LeetCode channel and your channel popped up among the other channels my viewers are watching according to KZbin analytics. It's my first time tuning in, and I must say the enthusiasm you bring while explaining is truly remarkable.
@TacticalDoge101
@TacticalDoge101 8 ай бұрын
Yooo keetcode, good to see you here. Love your posts on LC, keep up the great work :)
@CodingNinjaExAmazon
@CodingNinjaExAmazon 8 ай бұрын
@@TacticalDoge101 Thanks!
@rakshitkathawate8838
@rakshitkathawate8838 8 ай бұрын
Amazing work using merge sort … wouldn’t have thought of the approach
@vishalgupta7522
@vishalgupta7522 6 ай бұрын
20:06 maksad nahin bhulna hain :)
@techatnyc7320
@techatnyc7320 2 ай бұрын
Understood.Thanks!
@learningmaths786
@learningmaths786 8 ай бұрын
Hey Aryan ❤ thanks.
@satwiktatikonda764
@satwiktatikonda764 8 ай бұрын
after a long wait!!
@bhuvan9956
@bhuvan9956 6 ай бұрын
Too much rambling. Could save a lot of time by avoiding repeating same things again and again. Humble opinion, baaki you are doing great. Explaining intuition and everything.
@nikhilprakash729
@nikhilprakash729 8 ай бұрын
best explanation..
@ARYANMITTAL
@ARYANMITTAL 8 ай бұрын
Thank you Nikhil bhai ❤️❤️
@DreamFist
@DreamFist 8 ай бұрын
bhaiya aap fenwick tree for range updates padhaoge kya ? Also, If possible segment tree with lazy propagation bhi padha do.. You teach really great !!
@chandlerbing8164
@chandlerbing8164 4 ай бұрын
20:05 Maksad Nahi bhulna hai 🤣🤣🤣🤣 💀💀💀💀💀💀
@anshyadav2225
@anshyadav2225 Ай бұрын
THIS IS HIS EXACT CODE COULD ANYONE PLEASE TELL WHY IS IT NOT RUNNING FINE? class Solution { public: int n; vector bit; void update(int val,int id){ while(id0){ ans+=bit[id]; id-=(id & -id); } return ans; } vector countSmaller(vector& nums) { int n=nums.size(); bit=vector(n+1,0); vector v; for(int i=0;i
@satwiktatikonda764
@satwiktatikonda764 8 ай бұрын
bro can you help me finding period of a string using kmp..i searched whole internet and i couldn't find solution
@vineetverma1627
@vineetverma1627 6 ай бұрын
why nums[pair[i].second] not equal to i
@darkstudio3170
@darkstudio3170 6 ай бұрын
Bhai ek advice h lena ho l lena .10 bar ek chiz bol kr dimag kharab kr deta h , a simple dry run could help better in understaing instead of chanting same think 10 times.
@SaurabhSingh-fw1qn
@SaurabhSingh-fw1qn 4 сағат бұрын
Abe to dhyan diya kr na jo wo baar bar bolta wahi imp hai bahut
@sayantandas3177
@sayantandas3177 6 ай бұрын
Bro you are very bad at explaining.
@empvaibhav9799
@empvaibhav9799 Ай бұрын
Your basics must be clear before attempting this question. He explained well.
@SaurabhSingh-fw1qn
@SaurabhSingh-fw1qn 4 сағат бұрын
@@empvaibhav9799 correct
Из какого города смотришь? 😃
00:34
МЯТНАЯ ФАНТА
Рет қаралды 2 МЛН
The Ultimate Sausage Prank! Watch Their Reactions 😂🌭 #Unexpected
00:17
La La Life Shorts
Рет қаралды 6 МЛН
Fenwick Tree Complete | Point Update & Range Query | Part - I
44:04
I gave 127 interviews. Top 5 Algorithms they asked me.
8:36
Sahil & Sarra
Рет қаралды 672 М.
I Made Sorting Algorithms Race Each Other
8:24
Green Code
Рет қаралды 218 М.
How I would learn Leetcode if I could start over
18:03
NeetCodeIO
Рет қаралды 674 М.
Shortest Subarray with Sum at Least K | Leetcode 862
21:31
Techdose
Рет қаралды 36 М.