Solution to Largest Number by LeetCode

29 Apr

Question: https://leetcode.com/problems/largest-number/

Question Name: Largest Number

Conver the input numbers into strings. And then sort the strings according to special rule.

However, if you prefer a Python3 solution:

2 Replies to “Solution to Largest Number by LeetCode

Leave a Reply

Your email address will not be published. Required fields are marked *

Please put your code into a <pre>YOUR CODE</pre> section. Thanks and Happy Coding!