Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/barakadanny/-largest-int-from-concatenated-ints


https://github.com/barakadanny/-largest-int-from-concatenated-ints

npm test

Last synced: 14 days ago
JSON representation

Awesome Lists containing this project

README

        

# Largest Int From Concatenated Ints

Given a set of positive integers, write a function to order the integers in such a way that the concatenation of the numbers forms the largest possible integer and return this integer.

Submit a pull request to the main branch with your solution. Do not modify the tests. Once you have created a PR with passing tests, then you have successfully completed the exercise.