Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

create unordered list in python #336

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
kelvins merged 3 commits into kelvins:main from MrWeast:feature/unordered-linked-list-python
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

kelvins reacted with hooray emoji
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

Reviewers

@kelvins kelvins kelvins approved these changes

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

AltStyle によって変換されたページ (->オリジナル) /