Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 330 Bytes

File metadata and controls

15 lines (11 loc) · 330 Bytes
group hidden
Advanced
true

Algorithms and Data Structures with Python

In this section we learn about algorithms and data structures, two topics that are essential when finding a software development job.

Specifically in this section we learn about:

  • Queues
  • Stacks
  • Complexity and Big-O notation
  • Binary Trees