Skip to content

Added tasks 3853-3875 - #2133

Merged
javadev merged 22 commits into
javadev:mainfrom
ThanhNIT:tasks-3853-3863
Jul 30, 2026
Merged

Added tasks 3853-3875#2133
javadev merged 22 commits into
javadev:mainfrom
ThanhNIT:tasks-3853-3863

Conversation

@ThanhNIT

Copy link
Copy Markdown
Contributor

No description provided.

@javadev

javadev commented Jul 28, 2026

Copy link
Copy Markdown
Owner

handlesEveryCommaMagnitudeBoundary() FAILED
java.lang.AssertionError at SolutionTest.java:15

8075 tests completed, 1 failed

Task :test FAILED

@SuppressWarnings("java:S1172")
public class Solution {
public boolean uniformArray(int[] nums1) {
return true;

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ThanhNIT we need some calculations

void findsTheCheapestValidHierarchicalPartition() {
Solution solution = new Solution();

assertThat(solution.minCost("1010", 2, 1), equalTo(6L));

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please follow the old pattern - each case in separate method, method name = solution name

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

will fix tonight

@sonarqubecloud

Copy link
Copy Markdown

@javadev

javadev commented Jul 30, 2026

Copy link
Copy Markdown
Owner

👍

@javadev
javadev merged commit 6b4ee83 into javadev:main Jul 30, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants