Skip to content
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

create unordered list in python #336

Merged
merged 3 commits into from
Dec 1, 2023

Conversation

MrWeast
Copy link
Contributor

@MrWeast MrWeast commented Nov 30, 2023

added unordered list in python

Description

I created an unordered list in python. You can test it by running the main function in the file.

Unordered_Linked_List does the following

  • inserts new values into the list
  • finds if a value is in the existing list
  • removes all instances of a specified value from the list
  • can tell you how many elements are in the list
  • show you what elements are in the list

added unordered list in python
Copy link
Owner

@kelvins kelvins left a comment

Choose a reason for hiding this comment

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

Thanks @MrWeast, could you please fix the CI (issues related to PEP8) and add the link to the README file?

I think this should fix the pep8 issues and I added the readme file link
Copy link
Owner

@kelvins kelvins left a comment

Choose a reason for hiding this comment

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

The linter is still broken, I would suggest applying black to solve it.

README.md Outdated Show resolved Hide resolved
used black and added suggested logo change
@kelvins kelvins merged commit 5438853 into kelvins:main Dec 1, 2023
2 checks passed
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.

None yet

2 participants