/algorithms

Solutions to competitive programming problems and interview questions, plus textbook algorithm implementations and other programming exercises

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

algorithms

Solutions to programming problems (competitive, interview, etc), and my notes on algorithms, data structures, and programming techniques.

Contents

Self-explanatory based on directory names, except:

  • notebooks - Jupyter notebooks with explanations of various data structures, algorithms, and techniques
  • misc - Questions mock interviews, friendly challenges, or other competition sites where I only did a few problems.

Running

make install notebooks

Credits / Special Thanks

I cannot ensure that anything in this repo is wholely my own work. Credits for obvious copy/paste are given as locally to whatever code sample or notebook is in question. Otherwise:

Recommended Reading