Skip to content

Study driven repository to maintain algorithms and data structures knowledge

License

Notifications You must be signed in to change notification settings

LauraBeatris/algorithms-and-data-structures

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

License

Stars

Watchers

Forks

Languages