Тёмный

Shift All Zero Elements to Right Side of the Array - Java interview Question 

Naveen AutomationLabs
Подписаться 384 тыс.
Просмотров 24 тыс.
50% 1

In this video, I have explained how to Shift All Zero Element to Right Side of the Array - Java interview Question.
OR
Shift all non zero elements to left side of the array.
~~~Subscribe to this channel, and press bell icon to get some interesting videos on Selenium and Automation:
ru-vid.com%20Au...
Follow me on my Facebook Page:
/ naveenqtpexpert
Let's join our Automation community for some amazing knowledge sharing and group discussion on Telegram:
t.me/joinchat/Q8HTanc9Xi4os0tS
Naveen AutomationLabs Paid Courses:
Java & Selenium:
naveenautomationlabs.com/manua...
Java & API +POSTMAN + RestAssured + HttpClient:
naveenautomationlabs.com/selen...

Наука

Опубликовано:

 

28 май 2021

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 28   
@rajatnegi3408
@rajatnegi3408 3 года назад
Naveen Sir, I was asked this question recently. I was searching the logic but saw this video.. Thanks for helping people in the testing community.. you are a true blessing for us.. Thank you
@SceneSn1ppets
@SceneSn1ppets 3 года назад
Just 2 days back I was asked the same question in one of the top MNCs, I did it through arraylist using .add and . remove in one loop
@MrPankajchakraborty
@MrPankajchakraborty 3 года назад
Thanks Naveen, gone through all 40 videos and with most of them learnt something new. Really appreciate your efforts. please keep going and keep growing 👍
@sanketh768
@sanketh768 3 года назад
Thank you Naveen. Please continue to do these kinds of coding problems
@chetanurkudkar
@chetanurkudkar 2 года назад
Thanks a lot sir. This trick is very helpful, its very handy in many other array operations too.
@amanjotkaur774
@amanjotkaur774 3 года назад
Really appreciate your efforts sir 👍 thanks 😊
@meghaagarwal7721
@meghaagarwal7721 3 года назад
This series is really really helpful 👍
@gopichinthagumpula6481
@gopichinthagumpula6481 3 года назад
Brother keep Doing... It's really helping
@gowthamrockz
@gowthamrockz 3 года назад
Thank you, Naveen.
@shankumondal2881
@shankumondal2881 3 года назад
Naveen , what FONT do you use in eclipse ?
@anjaliupadhayay9076
@anjaliupadhayay9076 3 года назад
Thank you so much sir
@prakashbtw678
@prakashbtw678 3 года назад
Please suggest any material to learn solve problems in leet code, hackerrank...
@sagarshrivastava2325
@sagarshrivastava2325 3 года назад
Hi Naveen...which tool/device/pad you are using to explain using pen (seems very smooth)...can you please share the details ?
@pandudamera7211
@pandudamera7211 3 года назад
Thank you brother
@soumyajit443
@soumyajit443 2 года назад
Hi Naveen, I was asked this question "how to Shift All Zero Element to Left Side of the Array" in my last interview. Can you please make a video of the same?
@prakashbtw678
@prakashbtw678 3 года назад
Thank you
@vidyabathija9112
@vidyabathija9112 3 года назад
Thank You.
@storyteller_x
@storyteller_x 3 года назад
Hey naveen, Can you do a program regarding setting the custom date and time and getting the date & Time. Take a custom class and set the date and get the salary details according to the year of joining. #interviewquestion
@soumyajit443
@soumyajit443 Год назад
Please share the program for keeping all zeros to the left hand side of the array . This is being asked in interviews
@appansingharoy491
@appansingharoy491 3 года назад
Java is fun❤️
@subramanianr2744
@subramanianr2744 3 года назад
Logic for shift left: int count = 0; for (int num : a) { if(num == 0) { newArray[count]=num; count++; } } for(int num : a) { if(num !=0) { newArray[count]=num; count++; } }
@rohitsoni2598
@rohitsoni2598 3 года назад
Sir 1 hi dil h kitni baar jeetoge.
@kishorekumar3620
@kishorekumar3620 3 года назад
Hii Naveen ,can you please tell the logic for shift left without out using two new arrays
@subramanianr2744
@subramanianr2744 3 года назад
int count = 0; for (int num : a) { if(num == 0) { newArray[count]=num; count++; } } for(int num : a) { if(num !=0) { newArray[count]=num; count++; } }
@rohitsoni2598
@rohitsoni2598 3 года назад
@@subramanianr2744 one correction subu subramani 3 hours ago int count = 0; for (int num : a) { if(num == 0) { newArray[count]=num; count++; } } you don't need to write newAray[count]=num; bcoz newArray by default is taking 0. Hope it help u
@healthbeautytips6438
@healthbeautytips6438 3 года назад
What will be the time complexity of this programme as we are creating a new array here. Can we achieve it by single array only.
@naveenautomationlabs
@naveenautomationlabs 3 года назад
It will be O(n) only but with extra space. As I am not manipulating the existing array.
@healthbeautytips6438
@healthbeautytips6438 3 года назад
@@naveenautomationlabs thanks Naveen
Далее
I gave 127 interviews. Top 5 Algorithms they asked me.
8:36
МАРИЯ ГОЛУБКИНА О БАБУШКЕ #shorts
00:43
How to move Zeroes to end of an Array? | Animation
14:45
Самый быстрый пылесос!
0:30
Просмотров 22 тыс.