[Algorithm] is a set of instructions or operations that solve a specific problem within a finite time.
[Data structure] is a way of organizing and storing data in a computer.
Designing data structures is a process full of trade-offs.
Data structures are the cornerstone of algorithms. Data structures provide structured storage of data and methods to manipulate the data.
Remarks#
Study notes: https://github.com/myesn/hello-algo-notes private repository