Open Ridhima-10 opened 3 years ago
Program Description DNF sort program sorts values of in an array. It sorts an array of 0, 1, and 2's in linear time that does not consume any extra space.
Additional context Input: {0, 1, 2, 0, 1, 2} Output: {0, 0, 1, 1, 2, 2}
Checklist
@unshDee I would like to contribute on this issue. Can you please assign it to me?
Program Description DNF sort program sorts values of in an array. It sorts an array of 0, 1, and 2's in linear time that does not consume any extra space.
Additional context Input: {0, 1, 2, 0, 1, 2} Output: {0, 0, 1, 1, 2, 2}
Checklist