Skip to content

codetrotters/codingchallenge2016-round2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

Repository files navigation

#Codetrotters Fellowship Coding Challenge Summer 2017

##About

Codetrotters Fellowship links promising developers with global startups so they can get invaluable real life experience.

As part of the application process we post a coding challenge every year, and this year's applications will be accepted through February 15th, 2017.

You can read more about the Codetrotters Fellowship at http://www.codetrotters.com/fellowship

##Challenge

Write a function that takes as an input an array of natural numbers and returns the greatest integer result of combining those natural numbers.

For example, the input [ 50, 9, 17, 0] should return the integer 950170.

##Examples

[ 50, 9, 17, 0 ]            =>  950170
[ 342, 689 ]                =>  689342
[ 43, 5, 12, 99 ]           =>  9954312
[ 8, 4, 100 ]               =>  84100
[ 0, 1, 2, 3, 4, 5, 6, 7 ]  =>  76543210

Submission

Please submit your answer here.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published