https://github.com/knaxus/problem-solving-javascript
:fire: Crack you JS interviews ⚡ Collection of most common JS Interview questions with Unit Tests 🚀
https://github.com/knaxus/problem-solving-javascript
algorithm algorithms-and-data-structures beginner beginner-code beginner-friendly beginner-project beginners-guide datastructures interview-preparation interview-questions javascipt javascript-algorithms javascript-es6 nodejs-development
Last synced: 28 days ago
JSON representation
:fire: Crack you JS interviews ⚡ Collection of most common JS Interview questions with Unit Tests 🚀
- Host: GitHub
- URL: https://github.com/knaxus/problem-solving-javascript
- Owner: knaxus
- License: mit
- Created: 2018-12-28T12:43:58.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-01-19T20:22:13.000Z (4 months ago)
- Last Synced: 2025-04-06T10:02:05.898Z (about 1 month ago)
- Topics: algorithm, algorithms-and-data-structures, beginner, beginner-code, beginner-friendly, beginner-project, beginners-guide, datastructures, interview-preparation, interview-questions, javascipt, javascript-algorithms, javascript-es6, nodejs-development
- Language: JavaScript
- Homepage: https://ashokdey.com
- Size: 1.07 MB
- Stars: 1,465
- Watchers: 28
- Forks: 270
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Problem Solving using Javascript
[](https://travis-ci.org/knaxus/problem-solving-javascript)
[](https://coveralls.io/github/knaxus/problem-solving-javascript?branch=master)


[](https://github.com/knaxus/problem-solving-javascript/issues)
Collection of interview questions with Unit Tests. Problems include Data Structures, Logical and few Classical problems.

## Overview
This repo contains the following sections implemented in **JavaScript**
- [Data Structures](src/_DataStructures_)
- [Algorithms](src/_Algorithms_)
- [Logical Problems](src/_Problems_)
- [Classics (Few of the classical questions)](src/_Classics_)Find the detailed contents and problem list here: [Table Of Contents](TOC.md)
## Maintainers
| Name | Twitter | LinkedIn | Website |
| ----------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------- | ------------------------------------------ |
| [Ashok Dey](https://github.com/ashokdey) |  | [Ashok Dey](https://linkedin.com/in/ashokdey) | [https://ashokdey.in](https://ashokdey.in) |
| [Ashu Deshwal](https://github.com/TheSTL) |  | [Ashu Deshwal](https://www.linkedin.com/in/ashu-deshwal/) | - |### Contributors
## Contribution Guide
It's great to know that you want to contribute to this repo. Thanks for taking interest. Please find the [guide here](https://github.com/knaxus/problem-solving-javascript/blob/master/CONTRIBUTING.md)
Keep an eye on this guide. It's subject to frequent change.