35 Questions To Test Your Knowledge of Python Sets

How to crush algorithm questions by mastering set fundamentals

GreekDataGuy
Towards Data Science
8 min readMay 26, 2020

--

Photo by Andrea Piacquadio from Pexels

In my pursuit of interview algorithm mastery, I’ve found it useful to dig into Python’s basic data structures.

This is my personal list of questions I wrote to evaluate my knowledge of Python sets.

--

--