Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/barakadanny/-largest-int-from-concatenated-ints
- Owner: barakadanny
- Created: 2023-02-14T08:01:21.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-14T08:02:40.000Z (almost 2 years ago)
- Last Synced: 2024-11-07T17:12:01.450Z (2 months ago)
- Topics: npm, test
- Language: JavaScript
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.