Just Keep on. Your content is better than famous youtube channels. Thank you so much.
@CodingSimplified4 жыл бұрын
Thanks for your nice feedback. Keep Watching.
@nikhilaggarwal93254 жыл бұрын
Your content is really good please keep on posting videos. I have learnt a lot from you. Thanks
@CodingSimplified4 жыл бұрын
Thanks for your nice feedback. Keep Watching.
@karthikkoppala9664 Жыл бұрын
Isn't the time complexity O(n^2)? Since we are using nested loop?
@something_different8968 Жыл бұрын
so nice of you to make this simple. Thanks
@yoshitamahajan3534 жыл бұрын
Ur channel is so best!
@CodingSimplified3 жыл бұрын
Thanks for your nice feedback. Keep Watching.
@a9ocalypse2 жыл бұрын
Thanks a lot for this amazing explanation
@sysybaba420 Жыл бұрын
what if had to maintain order(stability) of all even and odd numbers, then how would the code/login look like?
@sakshitiwari43672 жыл бұрын
Why we swap the value can you please explain
@altheadelavegadewites9412 жыл бұрын
Your discussion are good, Would you please make a video on how to separate even and odd number from 1-100, Thankyou!!!
@CodingSimplified2 жыл бұрын
Thanks for your feedback. Sure, I'll try to do. Noted your question.
@phuongdinh37693 жыл бұрын
Hi I have 1 question, if you already put (left< right) in the big while loop, why do you still include it in the smaller while loop. Thanks
@itsabhinavbansal3 жыл бұрын
There's no need to do that... 👍
@NazmulAlom2 жыл бұрын
Amazing session.
@its_neel_ok Жыл бұрын
how to sort this using in built sort function ---- sort(a.begin(), a.end(), [](int x, int y) { return x % 2 < y % 2; }); i got this code but didn't understand how can we manipulate sort function to our use?
@prasenjitmitra84343 жыл бұрын
Sir if we need to maintain the oder of numbers after segregation what we need to do
@godessGOAT3 жыл бұрын
did u find out?
@chandramoulieshn60702 жыл бұрын
To make it effective, why don't we use "Lomuto’s Partition Scheme" --> lesser lines of code and provides the best understanding.
@areegahmed39262 жыл бұрын
what if the odd numbers are more than the even?so the condition of right>left how will it work?
@surajgrandhi67422 жыл бұрын
what to do if they ask in the sorted form of even and odd