Tag
#arrays
2 notes
Data Structures
Tutorial
Arrays | The most popular data structure
An array is a contiguous data structure of a predefined size where elements are adjacent to each other. Learn about array memory structure, usage, and practical algorithms including anagram detection and string reversal.
#data-structures#arrays#java+1
·6 min
Data Structures
Deep Dive
Data Structure | The importance in computer science
In computer science, data structure is how we organise a collection of data in computer memory so that we can use them efficiently. Learn about linear and non-linear data structures and why they matter.
#data-structures#computer-science#fundamentals+3
·5 min