Introduction to Data Structures
What are Data Structures?
Purpose of Data Structures:
Type | Description |
---|---|
Linear | Data points are arranged in a sequence, where each point is connected to the one before and after. |
Non-Linear | Data points are arranged in a hierarchical or graph-based structure, where relationships are complex. |