...

/

Challenge: Arrange a Binary List

Challenge: Arrange a Binary List

Let's write a function to sort a binary list.

Problem statement

Implement a function sort_binary_list(lst) that takes a binary list of numbers and returns a sorted ...