Skip to content

Instantly share code, notes, and snippets.

@andreytwostep
Created September 24, 2017 22:29
Show Gist options
  • Save andreytwostep/eb5a8b388fd3cd004d0b78ce9c4b7881 to your computer and use it in GitHub Desktop.
Save andreytwostep/eb5a8b388fd3cd004d0b78ce9c4b7881 to your computer and use it in GitHub Desktop.
Lesson 3
Access (By index) - O(n)
Search (By value) - O(n)
Insertion - O(1)
Deletion - O(1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment