This repository contains various coding interview questions related to algorithms and data structures. The questions are written in JavaScript, but please feel free to add solutions in your preferred language. The questions are designed to test the candidate's understanding and implementation of various concepts related to algorithms and data structures.
- Open a terminal window.
- Run
git clone
- At the root folder run
yarn
to install dependencies
- In the terminal, navigate to the root directory of the cloned repository.
- Run the command
yarn test
to run all the tests. - Run the command
yarn test [question-name]
to run the test for specific question, where[question-name]
is the name of the question you want to test.
We welcome contributions from the community to help improve this repository. If you have a question or solution that you would like to add, please submit a pull request. If you find any errors in the existing questions or solutions, please open an issue. Together, we can create a valuable resource for anyone preparing for a coding interview.
This repository is under construction which means that there are no tests for every question.