Skip to content

Instantly share code, notes, and snippets.

@talenguyen
Last active June 9, 2022 04:52
Show Gist options
  • Save talenguyen/ec94579a13ee6190107f5472babf2391 to your computer and use it in GitHub Desktop.
Save talenguyen/ec94579a13ee6190107f5472babf2391 to your computer and use it in GitHub Desktop.
/*
Given a list of non negative integers. Write code to make the largest number.
Example 1:
- Input: arr = {2, 10}
- Output: "210"
Example 2:
- Input: arr = {3, 30, 34, 5, 9}
- Output: "9534330"
*/
void main() {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment