Posts

Showing posts from March, 2022
  Data Structure  - to organise data in a way to enable to store, relate them and perform operations on them (storing, organising, managing) Primitive data structure Integer Float Strings Boolean Non-Primitive data structure(implicit/built-in Python) List ,  Dictionary ,   Tuple  and  Set . Non-Primitive data structure(user-define) Stack,  Queue,  Tree,  Linked List