-
- Notifications
You must be signed in to change notification settings - Fork 7.7k
[fix/docs]: Improve data_structures/linked_list.cpp #999
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 noticed an infinite loop when the program asks the user to "Enter the element to be inserted:", and the user enters a wrong input such as "rr".
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.
By the way, what is the vdoubly_linked_list.ico file for?
Co-authored-by: David Leal <halfpacho@gmail.com>
Co-authored-by: David Leal <halfpacho@gmail.com>
Co-authored-by: David Leal <halfpacho@gmail.com>
Co-authored-by: David Leal <halfpacho@gmail.com>
Co-authored-by: David Leal <halfpacho@gmail.com>
Co-authored-by: David Leal <halfpacho@gmail.com>
Co-authored-by: David Leal <halfpacho@gmail.com>
Panquesito7 left a comment
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 much better, good work updating the codes. 👍
Now, the next thing to do is to add documentation to all functions:
- Parameters
- Return statements
- Brief description
Confused? See #962 as a reference.
| Also, next time, don't open a new PR (older PR: #989). |
Please follow these commit guidelines. |
Co-authored-by: David Leal <halfpacho@gmail.com>
I made a few changes although I'm not sure I covered all.
| It just worked. I apologize for the inconvenience. |
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.
much better. 👍
- some of the above suggestions are yet to be done. It might be convenient to mark the fixed suggestions as "resolved" so that you can work on those that are not resolved. For example, #999 (comment)
- please review the notes below.
| Any additions? |
| Thank you. Please review the file once more by yourself and check for:
Once the fixes are made, we will execute the code using the GitPod link above before merging. |
kvedala left a comment
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.
👍 Kudos on your persistence and dedication. Thank you
| Thank you. |
Panquesito7 left a comment
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.
LGTM; great job! 😄 👍
| Thank you😊 |

Description of Change
data_structures/linked_list.cppwith refined code and documentation.Checklist
Notes: