Solving Arrays Questions | Sort 0,1,2 array | GeeksForGeeks | Nishant Chahar Ep-16

preview_player
Показать описание
In this video, we'll are going to solve some more questions of the array. Arrays are really important because we are going to use them a lot in future topics. So make sure that you watch this lecture carefully.

You can use my code NISHANT to get 15% Off on all GFG courses.

✨ Important Links ✨

✨ Hashtags ✨
#NishantChahar #Microsoft #DSA #Recursion #FAANG #NSIT #NSUT #engineering #internship #college

✨tags ✨
Where to learn dp
where to learn graphs
where to learn dsa
how to start programming
how to start coding
where to learn trees
what is memoisation
what is tabulation
what are graphs
where to learn Operating systems
where to learn dbms
where to learn oops
where to learn computer networks
where to learn low level design
where to learn cs fundamentals
Sanchit jain
Gaurav sen
Gate smashers
Placement guide
How to start programming
where to learn cpp
where to learn python
where to learn javascript
where to learn java
Placement guide
Nishant Chahar Placement Guide
languages to learn
resources to learn data structures
Projects development
AR/VR
Blockchain Machine learning
Deep Learning
Software developer engineer ,
Side projects ,
Importance of side projects ,
Machine Learning Engineer,
How to become a machine learning engineer ,
Associate engineer
Data structures Algorithms
College Life, College, Memories
Fun Fests Chill Enjoy
IITD Mood indigo rendezvous IIT
NSUT Moksha DTU Engifest
Bits Bitsgoa
Namaste Javascript
Namaste Javascript Akshay Saini
Apna college
Apna college c++
apna college DSA
Where to learn dp
where to learn graphs
where to learn dsa
how to start programming
how to start coding
where to learn trees
what is memoisation
what is tabulation
what are graphs
where to learn programming
how to start coding
where to learn coding
where to learn DSA
resources to learn programming
how to crack amazon
how to crack placement
blockchain
what is blockchain
blockchain technology
blockchain technology explained
blockchain explained
blockchain technology in hindi
web development roadmap
roadmap to learn web development
android development roadmap
MERN stack roadmap
machine learning roadmap
roadmap to learn machine learning
roadmap for deep learning
roadmap for 2nd years
roadmap for opensource
roadmap for ios development
roadmap for deep learning
roadmap to learn DSA
Рекомендации по теме
Комментарии
Автор

11 elements h to High ki value 10 hogi

zeeshan
Автор

excellent bhai handwriting thoda sudhaar lete toh

SagarPrajapati-zn
Автор

finally Sorted bhai 😎.
good Morning...

manemanoj
Автор

Day 41 bhaiya you don't know but you are adding value to someone's life, thanks :)

sumitkanth
Автор

Best C++ course bro
it is so much helpful for me bro
you are the best teacher bro

Big Fan bro
Day-41

karanjot_singh
Автор

bhaiya background song hai wo slow kr do volume baki sab baridya laga hua hu DSA me milte hai jaldi kismat rahi

rudranshpatel
Автор

How to get output as 0, 0, 2, 2, 1 my last interview question i ran out of time

jackdesparrow
Автор

Day 41 - Successfully done✅
Thank you for solving these questions 😁😇
#Arrays #Codein10

srinityapavani
Автор

Nichant bhaiya 💗
Day 41 video was a great 👍
Keep learning 💯
Keep going 💯
Thanks 😊

abhishekkathiriya
Автор

Great Great Great 👍
Best Video Bhaiya 🔥🔥
You are the best 💓💓

srashtifarkya
Автор

Bhaiya Microsoft kab le ha rahe ho
Btw Codechef july rank 1 thanks a lot

deeppatel
Автор

Hello sir,

I am Hemant (Mechanical engineer by profession) . Sir I am interested in software engineering. How can I switch it to software field from mechanical engineering background. Can I get a software engineer job based on my skills only as I have mechanical engineering degree.

Please please let me know. And if you can give me your contact details it would be great sir.

hemantmishra_TicketNo
Автор

I did this ques, but wasn't aware of that the name of the algorithm is Dutch Flag Algo. Thanks for revision
#CodeIn10 ❤❤

ankit_
Автор

hamari trip kab hogi bhaiya very excited😊🤗

positiveattitude
Автор

Again awsm content Nishant Bro 🔥
Lgta h arrays m hm champion 🏆 bn jynge

zeeshan
Автор

Bhai Bohot maza aaya aj k video me.
Excitement is growing day by day 😂
Thanks bhaiya _😁
Enjoying : learning : loving it
Shiv😎😀

shivdixit
Автор

Bhai home work bhi do bass hard wale matt dena taki bache hands on karen

gouravnainwaya
Автор

Please remove the back-ground music sir, no use of it

dikshantakumarbharadwaj
Автор

those who did not grasp the working of ' DUTCH FLAG ALGO '
my advice is just dry run 2 or 3 examples on your notebook and believe me it will work for you as it has worked for me
And congratulation Nishant sir for 30K subs

vikasbagri
Автор

Today Notes

Problem: Given an array of size N containing only 0s, 1s, 2s sort array in ascending order.

Approaches
1.Using internal sort function of the language
2.Using count sort
3.Dutch Flag Algorthm

Dutch Flag Algorthm this technique has 3 pointers:- 1.low, 2.mid, 3.high. In this technique we will have 0s to low-1, 1s from low to high, 2s from high+1 to n-1

karanjot_singh