-
Notifications
You must be signed in to change notification settings - Fork 1.6k
added to Methods to the SinglyLinkedList (DeleteFirst, DeleteLast) #450
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
Conversation
I did this because the bitwise operations maybe not very readable specially for beginners
… added new tests for them in the LinkedListTests.cs
Co-authored-by: Andrii Siriak <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
applied the suggestions provided by @siriak
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please check your indentation, but everything else looks good
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, thanks!
added to Methods to the SinglyLinkedList (DeleteFirst, DeleteLast)