Skip to content
This repository was archived by the owner on Dec 12, 2023. It is now read-only.

blakeembrey/code-problems

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c473ac5 · Mar 17, 2022
Oct 26, 2020
Mar 17, 2022
Nov 6, 2019
Nov 19, 2013
Jan 10, 2017
Aug 27, 2013
Nov 19, 2013
Nov 12, 2014
Feb 4, 2014
Aug 27, 2013
Nov 6, 2019
Jan 10, 2017
Nov 6, 2019
Jan 10, 2017

Repository files navigation

Code Problems

Looking for a new job? Take Triplebyte's quiz and have top tech companies pitch you!

This is an incomplete repo full of code problems used prior to or during an interview. I hope these problems will be useful for you to practice and review. If you have practiced on or designed an interesting problem, we'd love to see it! Open a PR or issue with your suggestions or optimizations.

Problems

View all problems, or start here:

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 attribution, or from coding interview websites such as Codility.