Sort 0 1 2 Problem Statement
Given an integer array arr
of size 'N' containing only 0s, 1s, and 2s, write an algorithm to sort the array.
Input:
The first line contains an integer 'T' representing the number of test cases. Each test case consists of two lines. The first line contains an integer 'N', the size of the array. The second line contains 'N' space-separated integers, the elements of the array.
Output:
For each test case, output the sorted array as space-separated integers in a new line.
Example:
Input:
2
5
0 2 1 2 0
3
2 1 0
Output:
0 0 1 2 2
0 1 2
Constraints:
- 1 ≤ T ≤ 10
- 1 ≤ N ≤ 5 * 105
- 0 ≤ arr[i] ≤ 2
- Time Limit: 1 sec
Note:
Try to solve the problem using a single scan over the array. You need to modify the array in-place and do not return anything.
AnswerBot
1y
The problem requires sorting an array of 0s, 1s, and 2s in a single scan.
Use three pointers to keep track of the positions of 0s, 1s, and 2s.
Initialize the low pointer at the beginning of the array an...read more
Help your peers!
Add answer anonymously...
Top Quantiphi Analytics Solutions Private Limited Software Developer interview questions & answers
Popular interview questions of Software Developer
Top HR questions asked in Quantiphi Analytics Solutions Private Limited Software Developer
>
Quantiphi Analytics Solutions Private Limited Software Developer Interview Questions
Stay ahead in your career. Get AmbitionBox app
Helping over 1 Crore job seekers every month in choosing their right fit company
65 L+
Reviews
4 L+
Interviews
4 Cr+
Salaries
1 Cr+
Users/Month
Contribute to help millions
Get AmbitionBox app