Skip to content
This repository has been archived by the owner on May 25, 2022. It is now read-only.

Data structure #565

Open
islam-kamel opened this issue Jan 12, 2022 · 2 comments · May be fixed by #606
Open

Data structure #565

islam-kamel opened this issue Jan 12, 2022 · 2 comments · May be fixed by #606

Comments

@islam-kamel
Copy link

islam-kamel commented Jan 12, 2022

Data Structures

Types of data structures available

  • Doubly LinkedList

Another type of data structure will be added later

  • Stack
  • Binary Tree
  • Binary Search Tree
  • Heap
  • Hashing

Doubly LinkedList Methods

Push
Pop
Get_Previous
Get_item
Get_list
Updata
Delete
@Tu-Code
Copy link

Tu-Code commented May 12, 2022

Is this issue still active?

@islam-kamel
Copy link
Author

@Tu-Code of course

@islam-kamel islam-kamel changed the title Link list data structures Data structure May 20, 2022
islam-kamel pushed a commit to islam-kamel/python-mini-projects that referenced this issue May 20, 2022
The Doubly Linked-list project has many methods:
- push
- pop
- get_previous
- get_item
- get_list
- update
- delete
- A README file has been added
Also, a error handler has been added to create
warnings at runtime and handle error.

Type of change:
- New feature

Checklist:
- 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.
@islam-kamel islam-kamel linked a pull request May 20, 2022 that will close this issue
11 tasks
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants