Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
Back to tool/Back to issues
#565·python-mini-projects

Data structure

Author: islam-kamelCreated Jan 12, 2022Updated May 20, 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

Source: Python-World/python-mini-projects

View original on GitHubView discussion on GitHub