diff --git a/.gitignore b/.gitignore index f90c14b..b606b7d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ # Editors .idea/ +.vscode/ diff --git a/algorithms/README.md b/algorithms/README.md index a2d2244..0b2f9b4 100644 --- a/algorithms/README.md +++ b/algorithms/README.md @@ -4,3 +4,5 @@ Accompanying code for `Algorithm Questions` video series. Algorithms are categorized by their types (search, sort, dynamic, etc.) in directories. You can run the examples using `node file-name.js` or `python3 file-name.py`. + +See [QuanticDev Home](../) for a list of all algorithm interview question articles.