Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 659 Bytes

File metadata and controls

36 lines (25 loc) · 659 Bytes

Data Structures & Algorithms

Formation Master the coding Interview de Andrei Neagogie, réalisé en autodidacte lors de mon temps libre

Topics couverts lors du cours:

Technical:

  1. Big O notation

  2. Data structures:

  • Arrays
  • Hash Tables
  • Singly Linked Lists
  • Doubly Linked Lists
  • Queues
  • Stacks
  • Trees (BST, AVL Trees, Red Black Trees, Binary Heaps)
  • Tries
  • Graphs
  1. Algorithms:
  • Recursion
  • Sorting
  • Searching
  • Tree Traversal
  • Breadth First Search
  • Depth First Search
  • Dynamic Programming

Lien vers le certificat de complétion

https://www.udemy.com/certificate/UC-V19RY6A8/