Write ahead log is always written to when writing which is disk i/o, kindly correct that. Edit: You explained in last, good video. Thanks.
@aditigupta687019 күн бұрын
Why 1a and 0a? No explanation of that..
@kaal_bhairav_2427 күн бұрын
Amazon DynamoDB uses Single Leader replication and not leaderless replication The Dynamo Paper describes Multileader replication but DynamoDB implementation chose Single Leader replication
@biswajit-kАй бұрын
Exactly what I was looking for! Thanks a lot
@erock70732 ай бұрын
Great video, thanks for the clear explanation! God bless
@justloveandpeace40102 ай бұрын
bhai jetpack compose ka interview banao pls
@FunPart-xr4jg3 ай бұрын
Amazing
@yug._.273 ай бұрын
Mines is not working, it's some kind of version error. (Edit): It is working for the tittle but the you tube thumbnails are not being blur.
@siddharthmagadum163 ай бұрын
Revisiting this video, makes me feel good 😄
@ashutosh_verma_fullstack3 ай бұрын
150 rupiya kaat overacting ka ...
@ashutosh_verma_fullstack3 ай бұрын
_=[print((20-i)*' ' + '*'*(2*i+1) if i < 10 else ' '*20+'*') for i in range(15)] or print(*[(20-i)*' ' + '*'*(2*i+1) if i < 10 else ' '*20+'*' for i in range(15)], sep=" ")
@ashutosh_verma_fullstack4 ай бұрын
bhai order thoda upar neeche hai
@AdnanAbdulBasir4 ай бұрын
Thanks
@a1988ditya4 ай бұрын
This guy disappeared into thin air? I rember yes bck this guy n tht gaurav sen
@codingwithnamit85514 ай бұрын
explained it so well!! thank you so much!
@killerthoughts61504 ай бұрын
what the hell, after 11 mins of patiently waiting for the way to do the sum, I learn that its in part 2 whose link is not here. GOD, thanks though learnt the space complexity is O(n) but it took 11 mins for that I learnt there hasn't been part 2 at all ......
@dfhg3153 ай бұрын
but what is use then to generate segment tree it take o(n) time. Instead we can use the brute force method. I ask the same question to the charge GPT it tells that for generating it takes n / log n time complexity not o(n) this is response of chatgpt ===> No, generating or building a segment tree from an array takes \(O(n \log n)\) time complexity, not \(O(n)\). Here's why: - **Building the tree:** Each level of the segment tree represents a merging of nodes from the previous level. If there are \(n\) elements, there are \(O(\log n)\) levels in the tree because the height of a segment tree is \(O(\log n)\). - **Merging nodes:** Each level has at most \(n\) nodes, and merging each node involves a constant amount of work. Therefore, the total time to build the segment tree is \(O(n \log n)\).
@nitesh__sharma4 ай бұрын
Bhai Rachit kaha chle gye .. Harkirat Singh ne aapke Space ko le liya hai actually . Hope u r good
@saurabhmittal69474 ай бұрын
I believe, longest valid parentheses can be solved by maintaining a simple stack and keep removing the valid parentheses and maximising the length which will be calculated using the difference between current index and stack's top element index
@OnTheGoRahul4 ай бұрын
Thank you so much for this video. Cleared all my doubts.
@saurabhmittal69474 ай бұрын
IF bloom filter is present per SSt then we would still need to search for all SSTs ?
@saurabhmittal69474 ай бұрын
this video needs to be swapped with 5th video.. videos are out of order in this playlist.
@saurabhmittal69474 ай бұрын
Put this video as 1st video in this playlist. You have misplaced it.
@stanlyjsamuel5 ай бұрын
Thank you! Very well explained in a crystal clear manner with concrete examples, not hand wavy!
@mothafucka5 ай бұрын
pretty messed up
@balkiprasanna19845 ай бұрын
Great video.
@AbrarAhmed-sz9qz6 ай бұрын
What a beautiful video, got all of my questions answered. Subscribed!
@_its._gaurav._6 ай бұрын
IITian interviewing another IITian on how to get into Stanford is unrealistic for most ppl
@norcal87186 ай бұрын
WHAT???
@juhairahamed53426 ай бұрын
Good Explanation bro
@zorogamer96296 ай бұрын
Participants' engagement in research symposiums showcases their contributions to their fields in the DMP program. Can you make a video discussing symposium presentations?
@NikitaNair6 ай бұрын
Thank you so much!!! Tomorrow is my data structures end semester exam :)
@JohnnyRotten-uf6xw14 күн бұрын
You have segment tree for your undergerad?!? Which college is this man.
@sanasainath77587 ай бұрын
nice explanation
@akicr77 ай бұрын
Which app are you using for note taking?
@dasstraat8 ай бұрын
Network load is not a crucial factor anymore. There is however no decent standardized way to convert C++ to JSON. For grpc there is a convertor for this, although the files are ridigoulous comp[licated to read.
@zkkzkk323128 ай бұрын
This wouldn't work if the input has duplicate?
@tarunmali62288 ай бұрын
20:40 ts
@ankitpahwa85718 ай бұрын
really really * 1000
@abhinavsrivastava21288 ай бұрын
Heart is aching now to explore other loaders - starting first with tsx loader.. thanks for this heart ache 🤩
@Relaxation_music_calm8 ай бұрын
Could you show how to write code in c++
@kambalavijay68008 ай бұрын
How is byte sequence retrived?
@priyanshikmv9 ай бұрын
mujhe software eng banna hai, walmart main naukri karni hai, 27 lakh ka package h, video bna do codehers pe
@karthikk23169 ай бұрын
Easy for cyclic sort if anyone watched @kunalKushwaha will know this one is an easy problem😊
@bhaumikpandya20589 ай бұрын
Why not kotlin
@priyanshikmv10 ай бұрын
Pls loreal brandstorm ke liye tips de dijiye
@chuckynorris61610 ай бұрын
praise the lord.. ganesh
@iftakharuddin408210 ай бұрын
Great work! Go ahead.
@albert.praveen10 ай бұрын
what can we do if the array size is in odd so we would not be able to construct the tree know ?
@RachitJain10 ай бұрын
if you are doing sum range queries, you can append 0s to array to give it the size you need
@vaibhavdesai1610 ай бұрын
Non IITian but I feel IIT tag indirectly says you have worked really hard at some point of time in your life.