LeetCode Tutorial 26. Remove Duplicates from Sorted Array

preview_player
Показать описание
GoodTecher LeetCode Tutorial 26. Remove Duplicates from Sorted Array

LeetCode Tutorial by GoodTecher. The tutorial provides a step-by-step demonstration on how to solve coding problems.

Complete Playlist for the GoodTecher LeetCode Tutorial:

GoodTecher Website:

GoodTecher Channel on YouTube:

GoodTecher Github:

GoodTecher Facebook

GoodTecher Twitter
Рекомендации по теме
Комментарии
Автор

Your passion for teaching looks when you explain the things so deep and nicely.
You definitely knows your potential to teach noobs how to code.
That's why you got the correct name for your channel.
Kindly upload other questions of leetcode.

YashSharma-vzmu
Автор

nothing is more satisfied than that "accepted". Good job my man, keep it up

ryanlam
Автор

Thanks for the video! I hear your passion when you say "Accepted" lol

shanjiang
Автор

You explanation is very good, i really like it.

veipuniilana
Автор

Wow.. Amazing explanation! whiteboard helps for dry run!

poonamyadav-qzyt
Автор

Really cool and clearly teaching, I can fully understand. Thanks a lot!

renmeigao
Автор

sir why are you returning i+1.. shouldn't we return the array cause i is a variable ?

varshakamalakannan
Автор

Thanks a lot. Can you show me how to return the array ?

hoangto
Автор

1 question:
Return type is integer buy the output is an array. How is that possible?

veipuniilana
Автор

I guess J can start from 1 because if i and j are 0 initially we are comparing the same number to itself

krishnanspace
Автор

Thanks for video, it's really useful. But it'll be better, to use "slow" and "fast" variables instead of 'i' & 'j', to better understanding the sentence.

АндрейКалитин-те
Автор

Is this assuming the values are sorted?

davidcaldera
Автор

they are different. They are different!

alexbykov
Автор

this is big O(n^2) which is really poor

sufiyaniqbal
visit shbcf.ru