Skip to content

Readability improvements to singly_linked_list.py #1403

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

Merged
merged 1 commit into from
Oct 19, 2019
Merged

Readability improvements to singly_linked_list.py #1403

merged 1 commit into from
Oct 19, 2019

Conversation

ManuMBhat
Copy link
Contributor

@ManuMBhat ManuMBhat commented Oct 19, 2019

Fixes #1397

I have changed the "Head" to "head"(making it more Pythonic) and also "tamp" to "temp"(Better readability) in singly linked list(under data structures)

PS: I'm a newbie at opensource , so if I have done something wrong please do tell. I wish to learn as much as possible
Thanks

@cclauss cclauss changed the title Issue #1397 Readability improvements to singly_linked_list.py Oct 19, 2019
Copy link
Member

@cclauss cclauss left a comment

Choose a reason for hiding this comment

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

Modified PR title and indicated that PR fixes issue. Please focus on readability of titles.

@cclauss cclauss merged commit cd10c94 into TheAlgorithms:master Oct 19, 2019
stokhos pushed a commit to stokhos/Python that referenced this pull request Jan 3, 2021
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.

Head and temp names should change
2 participants