Skip to content

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.

used black and added suggested logo change
@kelvins kelvins merged commit 5438853 into kelvins:main Dec 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants