Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Added tasks 922, 923, 924, 925, 926 #400

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

Merged
javadev merged 3 commits into javadev:main from ThanhNIT:tasks-922-923-924-925-926
Feb 14, 2022

Conversation

Copy link
Contributor

@ThanhNIT ThanhNIT commented Feb 14, 2022

No description provided.

@@ -0,0 +1,31 @@
package g0901_1000.s0923_3sum_with_multiplicity;

public class Solution {
Copy link
Owner

Choose a reason for hiding this comment

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

Please add comment with tags.

ThanhNIT reacted with thumbs up emoji
@@ -0,0 +1,25 @@
package g0901_1000.s0926_flip_string_to_monotone_increasing;

class Solution {
Copy link
Owner

Choose a reason for hiding this comment

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

Please add comment with tags and public for class.

ThanhNIT reacted with thumbs up emoji

public class Solution {
public int[] sortArrayByParityII(int[] nums) {
for (int i = 0, j = 1; i < nums.length - 1 && j < nums.length; ) {
Copy link
Owner

Choose a reason for hiding this comment

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

Please replace for with while.

Copy link

Copy link
Owner

javadev commented Feb 14, 2022

@javadev javadev merged commit adb206e into javadev:main Feb 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Reviewers

@javadev javadev javadev left review comments

Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

2 participants

AltStyle によって変換されたページ (->オリジナル) /