Thanks to visit codestin.com
Credit goes to github.com

Skip to content

aloewright/sauce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Sauce Coding Challenge

Provide three functions, which all take an unsorted array of boolean values. The functions sort the arrays with all the false values placed before the true values.

For example:
input = [true, false, true, false]
output = [false, false, true, true]

Which runs the fastest?
Which uses the least number of arrays?
Which is the easiest to understand?

About

coding challenge

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages