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

[Data Structures]: add Link-List project #566

Closed
wants to merge 5 commits into from
Closed

[Data Structures]: add Link-List project #566

wants to merge 5 commits into from

Conversation

islam-kamel
Copy link

@islam-kamel 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
islam kamel added 5 commits January 12, 2022 19:42
The doubly-linked-list includes many methods:
- push
- pop
- get_previous
- get_item
- get_list
- update
- delete
And a handler was added for possible errors
with runtimeWarnings warning messages.
- ِREADME file has been added
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
1 participant