Skip to content

sudharsan-selvaraj/code-problems

 
 

Repository files navigation

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

Common code and interview problems solved in multiple languages

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 33.7%
  • Java 16.8%
  • C 13.3%
  • C++ 9.0%
  • Python 8.1%
  • CoffeeScript 7.7%
  • Other 11.4%