70

Preparing for a JavaScript Interview? Check these Algorithms & Data Structur...

 5 years ago
source link: https://www.tuicool.com/articles/hit/qiqAbmz
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

Algorithms & Data Structures in JavaScript.

This repository has been made while learning from this tutorial by Stephen Grider .

Where are Questions and their respective Answers? What about Tests?

  • Question: All folders have specific README.md where respective question has been asked.
  • Answers: All folders have specific index.js where respective answer has been solved.
  • Tests: All folders have specific test.js which contains respective test file. Use Jest for same as mentioned below.

Test with Jest

Step1: Install Jest

npm install -g jest

Step2: Run Jest into the targeted test such as

jest 007-anagrams/test.js --watch

Recommend

About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK