Skip to content

Commit

Permalink
Adding "JavaScript Algorithms and Data Structures" to the Algorithms …
Browse files Browse the repository at this point in the history
…section (#101)

This PR is a suggestion to add [JavaScript Algorithms and Data Structures](https://github.com/trekhleb/javascript-algorithms) repository to the "Algorithms / Misc" section. That repository contains around `~150` algorithm examples implemented in JavaScript, which might be handy while preparing for the technical interview.
  • Loading branch information
trekhleb authored Dec 12, 2020
1 parent 8281702 commit 0bdb040
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@
* [Top 10 Algorithms in Interview Questions](http://www.geeksforgeeks.org/top-10-algorithms-in-interview-questions/)
* [Hard interview questions that have a short recursive solution](https://www.quora.com/What-are-some-of-the-hardest-programming-questions-asked-during-an-interview-from-Google-Facebook-Microsoft-Amazon-Quora-Linkedin-Apple-Yahoo-etc-that-can-be-coded-in-a-few-lines-with-a-recursive-solution)
* [Grow Your Technical Skills with Google](https://techdevguide.withgoogle.com/)
* [JavaScript Algorithms and Data Structures](https://github.com/trekhleb/javascript-algorithms)

## Guides

Expand Down

0 comments on commit 0bdb040

Please sign in to comment.