Skip to content

final version#1

Open
ilnar1999 wants to merge 1 commit intomasterfrom
feature
Open

final version#1
ilnar1999 wants to merge 1 commit intomasterfrom
feature

Conversation

@ilnar1999
Copy link
Copy Markdown
Owner

No description provided.

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

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<>();
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

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

Copy link
Copy Markdown
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"?>
Copy link
Copy Markdown

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