I had watched all the videos in this section. It's very clear and well explained.. Thank u so much for all ur hardwork and dedication. :) Please keep up the great work. It might help many people like me. I will start watching other videos. Thanks again :)
@CodingSimplified3 жыл бұрын
Thanks for your nice feedback. Sure we'll try to upload more like these. Keep Watching.
@rebhuroy37133 жыл бұрын
Thanks it is indeed good.. But i have 2 question 1. Why tc is o(n) i can see we are traversing another loop inside so it should be (n2) 2. Cant we use only f insted of while didn't find the actual use of inner while
@gangu742 жыл бұрын
TC is definitely not o(n)
@anjneykumarsingh44614 жыл бұрын
Sir you teach very well, thanku
@CodingSimplified4 жыл бұрын
Thanks. Keep Watching.
@IT__KumariTejaswini-xv9ii4 жыл бұрын
Thank you so much for your great vedioes..... I have watch lots of your vedioes.. Best explaination .. You should sell your vedioes on udemy, coursera type websites.. Many can get benefits
@CodingSimplified4 жыл бұрын
Thanks for your nice words. Sure will look into this as well. Thanks. Keep Watching.
@IamDemotivated3 жыл бұрын
Thank u so much sir ❤️❤️
@CodingSimplified3 жыл бұрын
Thanks for nice feedback. Keep Watching.
@zainulkhan83812 жыл бұрын
Great explanation sir.
@jeeshanmansuri92622 жыл бұрын
mera to segregate nhi ho raha zainul bhai
@zainulkhan83812 жыл бұрын
@@jeeshanmansuri9262 yehi code hai geeks for geeks bhi check krlo bro
@mr.anonymous5976 Жыл бұрын
hlo sir, i like this playlist....... are you just stopped more in this.....???? its about 2 years now .....
@anjneykumarsingh44614 жыл бұрын
Can you please upload time and space complexity lecture practical how to calculate on any problem and identifu
@CodingSimplified4 жыл бұрын
Sure, I'll try to create on it soon. Thanks. Normally Time complexity is: To solve a question, how many elements you need to traverse. If you need to traverse n element, it means time complexity is O(N). If you need to traverse log(N) element then it's O(Log(n)). Hope it helps you. Thanks.
@anjneykumarsingh44614 жыл бұрын
Thanku sir, in so simple words you explain ,the real talented honest teachers are hidden and hard to find
@anjneykumarsingh44614 жыл бұрын
Yes sir explain it when you will get time, again thanku
@CodingSimplified4 жыл бұрын
@@anjneykumarsingh4461 Thanks for your nice words.
@suvadip48762 жыл бұрын
In your solution there is a mistake between line 23 to 29. Dry run with 3 elements 1 0 1 . If we do left++, and right-- then this test case don't work.
@shindeajinkya25064 ай бұрын
public class SeperateZeroAndOne { public static void main(String[] args) { int[] nums = {0,1,0,1,0,1}; int left=0,right=nums.length-1; System.out.println("Start it"); while(left
@Sakshi-vm7yb2 жыл бұрын
Sir you are hide a source code
@jayantsharma26694 жыл бұрын
Have you hide the array playlist? If so please unhide it.
@CodingSimplified4 жыл бұрын
It's not hidden. It's public. Please check it again & let me know if you still see issue.
@jayantsharma26694 жыл бұрын
@@CodingSimplified In mobile it is visible but in my pc it's hidden, I don't know what's the issue. Please hide it once and then make it public, may be it solved the issue. Thanks
@CodingSimplified4 жыл бұрын
@@jayantsharma2669 That's strange. Still I've done it as you mentioned. Hope it helps you. If not, either you search on google & let me know the solution or I'll try to see it. Also please see it from other user as well whether it's happening for all or only for your user.
@jayantsharma26694 жыл бұрын
@@CodingSimplified There is a sort button in the playlist section, when I click Sort on "last Video added" then the array playlist and other playlists are visible(other than the playlists before sorting). I have check other channels too, only limited playlists are shown there(on some channels). I have tried with other user accounts too but same thing happen. I think this issue is because of "Sort Button". And when I search "Coding Simplified Array Playlist" it directly shows me that playlist. Strange.
@shivamkumarjha33024 жыл бұрын
Sir, when will you reveal your identity ??
@CodingSimplified4 жыл бұрын
What's in Name bro. Let the right time come for it. Thanks for showing interest in channel :)
@haroonkhanday6510 Жыл бұрын
I had watched all the videos in this section. It's very clear and well explained.. Thank u so much for all ur hardwork and dedication. :) Please keep up the great work. It might help many people like me. I will start watching other videos. Thanks again :)