List of Algorithm sites and brief description

  1. Hackerrank
    • It is a technology hiring platform that is the standard for assessing developer skills
  2. Coderbyte
    • It offers a collection of programming challenges in Javascript. I recommend going through the easy and medium challenges.
  3. Leetcode
    • LeetCode OJ is a platform for preparing technical coding interviews.What I like about leetcode, it assumes zero knowledge of JS and you can work at your own pace in learning JS algorithms
  4. Codewars
    • It is a great way to learn JS alogorithm basics. My favorite part is completing a solution and comparing your answer to the many other answers people have submitted.
  5. Projecteuler
    • For those of you who enjoy Mathematics toy problemes. It starts from basics, all the way to abstract math. The easy ones are good one to start at.