Challenge: Arrange a Binary Array
Solve the challenge of sorting a binary array.
We'll cover the following...
Problem statement
Implement a function called SortBinaryArray(arr)
that takes a binary array of numbers and returns a sorted array. ...