-
Notifications
You must be signed in to change notification settings - Fork 89
Added task 2079 #939
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added task 2079 #939
Conversation
|
||
* `n == plants.length` | ||
* `1 <= n <= 1000` | ||
* `1 <= plants[i] <= 10<sup>6</sup>` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks weird. Please use generatemd tool.
|
||
Steps needed = 1 + 1 + 2 + 2 + 3 + 3 + 4 + 4 + 5 + 5 + 6 + 6 + 7 = 49. | ||
|
||
**Constraints:** | ||
|
||
* `n == plants.length` | ||
* `1 <= n <= 1000` | ||
* `1 <= plants[i] <= 10<sup>6</sup>` | ||
* `max(plants[i]) <= capacity <= 10<sup>9</sup>` | ||
* `1 <= plants[i] <= 10⁶` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It should be code tag.
Generatemd tool https://github.com/javadev/LeetCode-in-Java/releases/download/generatemd/generatemd-1.0.jar
* `1 <= plants[i] <= 10⁶` | ||
* `max(plants[i]) <= capacity <= 10⁹` | ||
* `<code>`1 <= n <= 1000 `</code>` | ||
* `<code>`1 <= plants[i] <= 10 `<sup>`6 `</sup></code>` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks mix tag and tilda. Please use only tags.
This is wrong too. I will do again |
Kudos, SonarCloud Quality Gate passed! |
👍 |
No description provided.