Skip to content

Instantly share code, notes, and snippets.

@teriu
Created August 5, 2016 22:27
Show Gist options
  • Save teriu/c6ed03e09d81ea8d7aef3490b84264bf to your computer and use it in GitHub Desktop.
Save teriu/c6ed03e09d81ea8d7aef3490b84264bf to your computer and use it in GitHub Desktop.
General programming concepts

Programming Concepts

Big O Notation

Big O Notation is used to classify algorithms by how they respond to changes in input size, such as changes in processing power needed or amount of disk space required.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment