🌟 Data Structures and Algorithms
Each jupyter notebook contains one category of data structures/algorithms (i.e. Arrays, Queues, BST, etc.).
Structure:
- Problem description
- Code (notes are in comments)
- Run through test case
For faster page loading and review, each jupyter notebook (.ipynb) will have its corresponding markdown (.md) file to view.
🌟 SQL
SQL problems and solutions are available in the .sql file(s). Ignore the Jupyter Notebook version as that is no longer updated (ipython-sql or SQLite doesn't have the if functionality so MySQL was used instead).
Structure:
- Problem description
- Schema (the code to create the test case)
- Code
💾