+ 10
👑👑CHALLENGE👑👑
given an array by an user u have to make a maximum that can be formed from it For ex input 9,13,5,6 output 96513 input 5 123 321 4 1 output 543211231 last and little bit confusing input 3 12 13 4 output 431312 all languages are welcome
12 Antworten
+ 5
I have been trying to get a better solution than my original python post, but other obligations and Python’s natural behavior of max got in my way.
https://code.sololearn.com/c2N6wV82VO4P/?ref=app
+ 20
//might this work ?
https://code.sololearn.com/cXkQ3z5GFkOc/?ref=app
+ 5
Sort the array based on the largest number, in case one of them has two or more digits, just take in count the first digit of that number.
😀
+ 4
My try. Kindly review.
https://code.sololearn.com/cokPZs62fTsj/?ref=app
+ 4
https://code.sololearn.com/c6jfedGoyQ2O/?ref=app
+ 3
boo? 😂
+ 2
Here is my way 🤓
https://code.sololearn.com/c5D2D11Y4e72/?ref=app
+ 1
what that mean!
0
can i be ur boo