Data Structure
- to organise data in a way to enable to store, relate them and perform operations on them (storing, organising, managing)
- 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
List,
Dictionary,
Tuple and
Set.
Non-Primitive data structure(user-define)
Stack,
Queue,
Tree,
Linked List
Comments
Post a Comment