Skip to content

Chigazo Lesson 12 Even vs Odd #415

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

Closed
wants to merge 32 commits into from

Conversation

A1-4U2T1NN
Copy link
Contributor

No description provided.

A1-4U2T1NN and others added 30 commits September 26, 2024 09:53
Copy link
Contributor

@anthonydmays anthonydmays left a comment

Choose a reason for hiding this comment

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

One day, I'm going to convince you to fix your PR names so that you can stop losing points.


while (head != null
&& head.next != null) { // Goes through the Linked List until theres no more pairs
int evenValue =
Copy link
Contributor

Choose a reason for hiding this comment

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

I'm surprised the linter didn't complain. The variable assignment should be on a single line.

@A1-4U2T1NN A1-4U2T1NN deleted the lesson_12 branch October 28, 2024 18:51
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