Skip to content

Latest commit

 

History

History
 
 

21_algorithms_data_structures

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
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