Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Notes/Day-1-intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ It defines the kind of data a variable can hold and the operations that can be
2. ## Derived data types:
These are the data type that are constructed using one or more built-in types and operators. They are typically used to model more complex data structures and are often language independent in concept. Ex: Arrays, List, Stack, Queue, Trees, etc. These structures are fundamentals for organizing and manipulating collections.
## Data Structures:
It is is a way to organize, store and manage data, so that it can be used efficiently in a computer program.
It is a way to organize, store, and manage data, so that it can be used efficiently in a computer program.
It defines:
- How data can be stored in memory.
- How you can access and manipulate it.
Expand Down
Loading