Kth Missing Positive Number || Binary Search || 2-Pointers || Leetcode-1539

  Рет қаралды 5,573

Aryan Mittal

Aryan Mittal

Күн бұрын

Пікірлер: 14
@ARYANMITTAL
@ARYANMITTAL Жыл бұрын
Code: leetcode.com/problems/kth-missing-positive-number/solutions/3262503/white-board-solution-binary-search-2-pointers-video-solution-intution/?orderBy=most_votes
@study-yd6es
@study-yd6es 3 ай бұрын
Amazing Content!!!!
@rutikbodke4036
@rutikbodke4036 Ай бұрын
Great explanation
@devanshshrimali2125
@devanshshrimali2125 Жыл бұрын
great explianation
@dixitnakhva6181
@dixitnakhva6181 10 ай бұрын
Thank you sir
@aryangupta3257
@aryangupta3257 Жыл бұрын
Not working with testcase k =1 and array {32,59,77} ans should be 33 according to gfg.
@AndrijaMilikic
@AndrijaMilikic Жыл бұрын
THANKS BROOOOOOOOOOOOOOOOOOOO
@abhaykumarsingh3884
@abhaykumarsingh3884 8 ай бұрын
public int findKthPositive(int[] arr, int k) { //brute force(Two pointer)(O(n)) int num=1; int count=0; for(int i=0;i
@yashwants18
@yashwants18 Жыл бұрын
What if k > last element of arr?
@rakibulhasanrumon4884
@rakibulhasanrumon4884 Жыл бұрын
why there is l+k at the last, and why not r+k?
@ARYANMITTAL
@ARYANMITTAL Жыл бұрын
Both are possible and will give correct result as l==r , hope that solves the doubt :)
@sandeeparn
@sandeeparn Жыл бұрын
Why at last l+k and not r+k
@ARYANMITTAL
@ARYANMITTAL Жыл бұрын
Both are possible and will give correct result as l==r , hope that solves the doubt :)
BS-16. Kth Missing Positive Number | Maths + Binary Search
22:52
take U forward
Рет қаралды 165 М.
When you have a very capricious child 😂😘👍
00:16
Like Asiya
Рет қаралды 18 МЛН
黑天使被操控了#short #angel #clown
00:40
Super Beauty team
Рет қаралды 61 МЛН
Learning to code is WASTING your time
7:16
JCisWatching
Рет қаралды 25 М.
Making an Algorithm Faster
30:08
NeetCodeIO
Рет қаралды 173 М.
Projects Every Programmer Should Try
16:58
ThePrimeTime
Рет қаралды 532 М.
Animation vs. Math
14:03
Alan Becker
Рет қаралды 77 МЛН
Kth Missing Positive Number | Live Coding with Explanation | Leetcode #1539
7:16
Знание и опыт в программировании
17:28
I Solved 100 LeetCode Problems
13:11
Green Code
Рет қаралды 275 М.
How I Mastered Data Structures and Algorithms in 8 Weeks
15:46
Aman Manazir
Рет қаралды 130 М.