Remove Duplicates from sorted Array

preview_player
Показать описание
Remove Duplicates from sorted Array. Remove multiple occurrences of an element from array. Keep only one occurrence of each element. No multiple copies. Write a program to do this.
Рекомендации по теме
Комментарии
Автор

I was searched this problem in many websites not get this problem..but i see this problem in ur channel to understand very easily and learn clearly... Thank u brother 🙏

muthushankar
Автор

I love how made the solution looked very simple. I wish you can treat more basic Java Algorithms so that i can understand several approaches to solving algorithms.

sinebiinnazo
Автор

Thank you!!! very well explained!! wish we had a professor like you!!!

madhukumar
Автор

wow i watched so many video but no buddy explained to butter and not cover to all every concept but u clear all the concept all
and i"m surprise i means wow ;
I"m say to thank u to u
" sat sat naman app ko Hindi me bole to "

tanujvishwakarma
Автор

sir take all interview probelms from geeksforgeeks and dicuss their algorithm and complexity

Gaurav-bvxr
Автор

Thank you Sir for helping . I've been searching a lot for the logical explanation.

mr.unique
Автор

One doubt here. While using same array to avoid duplicates j ended up with 3 here, then what happened to elements present in index 4, 5, 6, 7 of array arr as we didn’t remove them in that array

mahideeptumati
Автор

Very well explained, even small details are touched that others missed

FlavortownFreddy
Автор

Your way of teaching is awesome.
we need more problems solution on array, so update with some more problems.

azad
Автор

Nice lecture sir keeping uploading this type of conceptual video
🥰🥰🥰🥰🙏🙏🙏🙏🙏🙏 Maja aa gaya 🙂

abhishek_singh
Автор

The last line causes ambiguous behaviour if there is no element in the array. i.e. the size of the array is zero.
Also using constant space method the final array will be 1, 2, 3, 4, 3, 3, 4, 4 as we are using the same array and we don't clear the memory for those.

godwincharan
Автор

what a quality explanation!. big thanks for the effort

naboulsikhalid
Автор

Thank you bro for your visualization of the problem and the solution is awesome. finally, I got it 🙏🏿

Ihabkhattab
Автор

awesome explanation sir, hats off, keep uploading, thank you 👍👍👍👍🙂🙂🙂🙂

SmartProgramming
Автор

make these kinds of tricky questions which provide best solution for a particular problem

PradeepSingh-ovbt
Автор

Very much helpful and can understand by anyone as explanation is very simple . Expecting to see the videos for java collections problems.

nandiniprakash
Автор

Very Good! Please discuss more complicated problems from GeeksforGeeks.

xiangwingrace
Автор

Thanks for uploading it.. You are doing a great great job.. Please please upload more of such programming questions.. We really need it

tapanjeetroy
Автор

Liked the way you explained! Really Helpful.

nitinfudani
Автор

Nice explanation sir .. well done .. Thank u so much for crystal clear explanation👍

jayashreeanitha