Python-World/python-mini-projects

Data structure

islam-kamel opened this issue · 2 comments

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

Is this issue still active?

@Tu-Code of course