Data Structures in TypeScript
Description
In this talk we’ll go back to some computer science basics to discuss some fundamental data structures you can use in TypeScript and how to get the most out of them. We’ll look at Records, Arrays, Stacks, Queues, Linked Lists, Trees, and Graphs. We’ll cover how to create these data types in TypeScript, how to use them, and when you might want to.