Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Study driven repository to maintain algorithms and data structures knowledge

Topics

Resources

Stars

10 stars

Watchers

1 watching

Forks

Contributors

Languages