Skip to content
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

add RemoveDuplicatesfromSortedArray2 #63

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

JoannaCode
Copy link
Collaborator

@JoannaCode
Copy link
Collaborator Author

@FreeTymeKiyan If you want to see correct indention, please pull down my branch. I donot know why when read the file changed, it always shows different indention.

return res;
}

public static void main(String[] args) {
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Here the indention is different from my local file.

@FreeTymeKiyan
Copy link
Owner

@JoannaCode Just don't use tab. Instead, use space. You won't be able tell a difference in your local environment because your tab size is set to 4. To distinguish spaces from tabs, you need to enable whitespace characters.

@JoannaCode
Copy link
Collaborator Author

I see ,thanks!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants