Skip to content

Latest commit

 

History

History
43 lines (41 loc) · 1.35 KB

File metadata and controls

43 lines (41 loc) · 1.35 KB
id aliases tags author featured categories date summary title
index
complexity
big-o
go
rust
javascript
typescript
c
data-structures
lukefilewalker
true
programming
2024-03-15 04:00:00 +0200
What are data structures, what are their differences and what do we use them for.
Data Structures - a Series

What is a Data Structure?

A data structure is a method for storing, managing and organising data in a computer according to a set of rules in order to provide certain advantages with regard to space and efficiency of the data and its access and mutation.