Python
Many a times I am stuck with a number converting to a list. I think you did not get my point right. For E.g. There is a number where I am interested in its digit to calculate sum and product or may be sometimes, I am interested in list also to create.
Python made it easy for me.
Result is 105
Inbuilt functions in Python.
How to sort Array in Python?
??def largestPerimeter(self, A: List[int]) -> int:
????A.sort(reverse = True)