-
I'm just curious on this because I don't know what exactly a data structure is and I need a bit of clarification on this, some help would be much appreciated, especially from someone who's very knowledgeable on the topic at hand. |
Beta Was this translation helpful? Give feedback.
Answered by
Emojees
Jan 21, 2025
Replies: 1 comment
-
A data structure is a storage format that defines the way data is stored, organized, and manipulated. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Kuefo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A data structure is a storage format that defines the way data is stored, organized, and manipulated.
Some famous data structures can include Arrays, Trees, and Graphs, but these are not the only types. I suppose when it comes to programming, a data structure is simply a way that different data can be stored.