-
Notifications
You must be signed in to change notification settings - Fork 98
Open
Description
Enter your question -
You are given an array of 0s and 1s in random order. Segregate 0s on the left side and 1s on the right side of the array [Basically you have to sort the array]. Traverse array only once.
Enter link to the question(if question belongs to any online platform) -
https://www.geeksforgeeks.org/segregate-0s-and-1s-in-an-array-by-traversing-array-once/
Tags for the question(eg - Array, Basic, Stack, etc.) -
array
Metadata
Metadata
Assignees
Labels
No labels