muthu-cs / code-problems-solutions

Interview coding questions and answers in Javascript - ES6

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Code Problems

This is my repo full of code problems that I have completed prior to or during an interview, as well as general problem snippets. I hope that all these problems (and solutions) are useful to others for practice and review. Feel free to contribute any solutions and optimisations, and add your own problems that you find as well, as I would love to see them.

Problems

Sorting Algorithms

Data Structures

DOM Problems

Shortest Code Problems

Tests

npm install # Installs `mocha` and any other dependencies needed to run
npm test    # Runs the testing scripts

Contributing

If you have a problem or solution that's not currently not included, please open an issue or pull request! If you're including new content, please make sure you have permission to publish the content you are adding. Under no circumstance should you copy problems online without a visible license or attributions, or from coding interview websites such as Codility.

About

Interview coding questions and answers in Javascript - ES6

License:MIT License


Languages

Language:JavaScript 48.0%Language:Java 26.4%Language:CoffeeScript 10.7%Language:C++ 8.1%Language:Ruby 3.6%Language:Go 1.2%Language:PHP 1.1%Language:Makefile 0.9%