Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 2.51 KB

README.md

File metadata and controls

40 lines (28 loc) · 2.51 KB

Big O Notation

Big O describes how the time is taken, or memory is used, by a program scales with the amount of data it has to work on

Big O helps us to measure the scalability of our code

Big O is a way to indicate complexities (Space Complexity & Time Complexity)

Time Complexity

Space Complexity

Rules

Data Structures

A data structure is a specialized format for organizing, processing, retrieving and storing data.

A data structure is a way of organizing the data so that it can be used efficiently.

Arrays