Web Unleashed 2019

2019-09-13 00:00:00 2019-09-15 00:00:00 America/Toronto Web Unleashed 2019 Drive your career to the forefront by learning the latest tools, techniques and technologies in front-end web development. Toronto FITC Toronto

Overview

An introduction to calculating the efficiency of an algorithm. No math. No code.

Target Audience

Programmers who want a gentle introduction to estimating the efficiency of their code.

Assumed Audience Knowledge

Some programming ability. Arithmetic.

Level

Intermediate

Four Things Audience Members Will Learn

  1. How to estimate the efficiency of an algorithm
  2. How to know if an algorithm will scale well
  3. An intuition for fancy concepts like algorithmic complexity and asymptotic notation
  4. Concepts that will help in algorithmic interviews