Movatterモバイル変換


[0]ホーム

URL:


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
This repository was archived by the owner on May 25, 2022. It is now read-only.

Added doubly-LinkedList Data Structure#606

Open
islam-kamel wants to merge2 commits intoPython-World:master
base:master
Choose a base branch
Loading
fromislam-kamel:master

Conversation

islam-kamel
Copy link

@islam-kamelislam-kamel commentedMay 20, 2022
edited
Loading

Description

Added doubly LinkedList Data Structure

The doubly-linked-list includes many methods:

  • push
  • pop
  • get_previous
  • get_item
  • get_list
  • update
  • delete

Fixes#565

Type of change

Choosing one or more options from the following as per the nature of your Pull request.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Documentation Update

Checklist:

Please tick all the boxes that are fulfilled by your Pull Request.

  • I have named my files and folder, according to this project's guidelines.
  • My code follows the style guidelines of this project.
  • My Pull Request has a descriptive title. (not a vague title likeUpdate index.md)
  • I have commented on my code, particularly in hard-to-understand areas.
  • I have created a helpful and easy to understandREADME.md, according to the givenREADME_TEMPLATE.
  • I have included a requirements.txt file (if external libraries are required.)
  • My changes do not produce any warnings.
  • I have added a working sample/screenshot of the script.

chavareraand others added2 commitsMay 20, 2022 12:45
The Doubly Linked-list project has many methods:- push- pop- get_previous- get_item- get_list- update- delete- A README file has been addedAlso, a error handler has been added to createwarnings at runtime and handle error.Type of change:- New featureChecklist:- I have named my files and folder, according to this project's guidelines.- My code follows the style guidelines of this project.- My Pull Request has a descriptive title.- I have commented on my code, particularly in hard-to-understand areas- My changes do not produce any warnings.
Sign up for freeto subscribe to this conversation on GitHub. Already have an account?Sign in.
Reviewers
No reviews
Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

Data structure
2 participants
@islam-kamel@chavarera

[8]ページ先頭

©2009-2025 Movatter.jp