John Mavrick's Garden

Search IconIcon to open search

Last updated Unknown

Status: Tags: #archivedCards/cmpt125/algorithms - Space Efficiency Links: Measuring performance time of algorithms


Big O Notation

Principles

Helps measure ?

Examples

Geometric summation for 2N;; N+(N/2+N/4+N/8+N/16) <= 2N, total running time, big o

Arithmetic

Summation would be 2-3N

Multiplication would be $n^2$

Finding factor of 2 primes

Practice

Exercises SO practice problems Runtime flashcards


Backlinks

1
list from Big O Notation AND !outgoing(Big O Notation)

References:

Created:: 2021-10-06 14:32


Interactive Graph