Skip to content

Instantly share code, notes, and snippets.

@loiane
Created March 17, 2020 20:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save loiane/9e18ebfea20e8dfe7609d147eb000d5b to your computer and use it in GitHub Desktop.
Save loiane/9e18ebfea20e8dfe7609d147eb000d5b to your computer and use it in GitHub Desktop.
GDE Google NA

Data Structures and Algorithms

Data Structures define how to store the data, and the option we chose might impact on the performance of our algorithm. What should be the best data strucuture to handle records retrieved from a database? What if I want to work with file search? Or what if I want to create my own route for Google Maps, what structure whould I use? In this talk we'll learn the basics of some data strucutres, and will dive into details of some common data structures such as Arrays, Stacks, Queue and Linked Lists. Even tough some languages already provide these data structures, it's important to know how they work. We'll briefly cover trees and graphs as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment