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

Appearance settings

final version#1

Open
ilnar1999 wants to merge 1 commit intomasterilnar1999/java-basics-template:masterfrom
featureilnar1999/java-basics-template:featureCopy head branch name to clipboard
Open

final version#1
ilnar1999 wants to merge 1 commit intomasterilnar1999/java-basics-template:masterfrom
featureilnar1999/java-basics-template:featureCopy head branch name to clipboard

Conversation

@ilnar1999
Copy link
Owner

No description provided.

@Override
public int[] sort(int[] values) {
return new int[]{};
Arrays.sort(values);

Choose a reason for hiding this comment

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

Было бы круто, если бы ты сам реализовал сортировку

@Override
public int[] getEvenDigits(int[] values) {
return new int[]{};
Queue<Integer> queue= new LinkedList<>();

Choose a reason for hiding this comment

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

Не очень понятно, зачем здесь эта очередь

Copy link
Owner Author

Choose a reason for hiding this comment

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

Чтобы на второй итерации пройтись только по четным числам, а не по всем.

@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>

Choose a reason for hiding this comment

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

нет .gitignore

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

Morty Proxy This is a proxified and sanitized view of the page, visit original site.