Algorithm Design for Web Developers
Description
In this talk we’ll go back to some computer science basics to discuss how to classify algorithm complexity, how to assess your algorithms and code, the relationship between algorithms and data structures, and why all this matters. We’ll look at some common algorithms along with performance implications for both API and DOM code in the browser. All code samples will be in TypeScript.