From 1faa904269f03e3a25f75069b59ba2061fe57428 Mon Sep 17 00:00:00 2001 From: Teoman Soygul Date: Mon, 25 May 2020 14:53:08 +0200 Subject: [PATCH] add a link from /algorithms to /home --- .gitignore | 1 + algorithms/README.md | 2 ++ 2 files changed, 3 insertions(+) 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.