Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
cannot be changed
BIG_DECIMAL!!!!!)
Awesome feedback would also include a suggestion of what the kyu should be in your humble opinion.
There's no way this is 6kyu.
I don't think you need the str() here..
This is much shorted and easier to read.
I feel dumb.
Oh at the beginning I wanted to use regex, but changed my mind and forgot to remove the import. Thanks for noticing
What did you use re for?
Is this better? I'm not sure about it, if there are any issues or suggestions please tell me.
Have you read this: https://docs.codewars.com/authoring/kata/create-first-kata/ ?
Should I use a different answer as a "correct code" ?
Edit: I am new to publishing
Aliasing a built-in is not a novel kata idea.
You don't have to use Integer.MAX_VALUE here.
I'm not sure about efficiency but it makes more sense to assign the variable smallest to args[0].
int max=Integer.MIN_VALUE,min=Integer.MAX_VALUE;
I believe it's better to assign them both to nums[0].
I'm not sure if it uses less memory but it's more readable and logical.