Very great explaination for observasion in optimise approach, thank you for your content❤🔥
@sarankumaar60098 күн бұрын
great explanation thanks for the video :)
@nocodelimits8 күн бұрын
I think need to watch this Video Twice kal ka be thoda sa tough chala gya explanation mere liye🫡
@kannank42698 күн бұрын
explaination 🔥
@ahappyperson65308 күн бұрын
Please explain the EDITORIAL solution with O(1) space complexity
@screensipsofficial8 күн бұрын
Great video 👌🏻
@laghavmohan72108 күн бұрын
Maybe I am wrong here, isn't the time complexity of second approach (optimised bf) is O(n*n*log(n)), because insertion in map is log(n) and not n? Also if we use unordered_map instead of map, won't it be O(n*n)? Btw great solution! never thought O(n) was even possible
@rajdippal517 күн бұрын
How did you came up with this type of solution 😐, very hard to observe