Skip to content

Details

A Beginner’s Guide to Big O Notation presented by Alison Quaglia

When we write code, it’s important to understand how our choice of code impacts the speed and performance of the program we’re creating. Big O Notation is a way to classify how quickly the runtime of the algorithm/number of operations or space increases in relation to the input n. Understanding how different data structures and algorithms fit into this Big O complexity gradient can help you select the right ones and optimize your code at work — or for a tech coding interview, perhaps.

You can check out Alison's blog with posts about Big O Notation and more here: https://medium.com/@alison.quaglia

Stay after the talk for a networking :)

Agenda:

  • Women Who Code Philadelphia Intro
  • A Beginner's Guide to Big O Notation
  • Speed networking activity!

You may also like