You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 25, 2022. It is now read-only.
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.
Data Structures
Types of data structures available
Another type of data structure will be added later
Doubly LinkedList Methods
The text was updated successfully, but these errors were encountered: