This repository is meant as a self-guided exploration of DS and Algorithms implemented in Python3. We will be exploring rum-time optimizations as well as ways of writing readable and idiomatic code.
We will be using Introduction to Algorithms, Third Edition as our companion textbook.
conda env create -f environment.yml
conda activate ds_tutorial- Heaps