Resumen | Complejidad de algoritmos | Estructura de datos | Arboles | Cheat Sheets | Google Code styleguide | Links
Repositorio para el estudio de la entrevista de Google, Amazon, entre otras.
- Advanced Data Structures
- Algorithms, Etc.:
- Curso general de árboles
- https://www.coursera.org/learn/data-structures-optimizing-performance/lecture/ovovP/core-trees
- BFS: MIT [https://www.youtube.com/watch?v=s-CYnVz-uh4&list=PLUl4u3cNGP61Oq3tWYp6V_F-5jb5L2iHb&index=13]
- DFS: MIT [https://www.youtube.com/watch?v=AfSk24UTFS8&list=PLUl4u3cNGP61Oq3tWYp6V_F-5jb5L2iHb&index=14]
- Cheat sheets:
- Big O: http://bigocheatsheet.com/
- Google style guide: https://github.com/google/styleguide