Skip to content

Commit

Permalink
add a link from /algorithms to /home
Browse files Browse the repository at this point in the history
  • Loading branch information
soygul committed May 25, 2020
1 parent 2e7fd8d commit 1faa904
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# Editors
.idea/
.vscode/
2 changes: 2 additions & 0 deletions algorithms/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 1faa904

Please sign in to comment.