adamloving / code-problems

Common code and interview problems solved in multiple languages

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

About

Common code and interview problems solved in multiple languages

License:MIT License


Languages

Language:JavaScript 43.0%Language:Java 16.7%Language:C++ 12.0%Language:CoffeeScript 10.2%Language:Python 7.2%Language:Ruby 3.1%Language:C# 2.3%Language:C 1.6%Language:Go 1.1%Language:PHP 1.1%Language:Makefile 0.9%Language:Scala 0.7%