Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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 (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-05-05T12:54:51.000Z (9 months ago)
- Last Synced: 2025-01-11T16:02:26.048Z (11 days 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.in
- Size: 1.06 MB
- Stars: 1,454
- Watchers: 29
- Forks: 269
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Problem Solving using Javascript
[![Build Status](https://travis-ci.org/knaxus/problem-solving-javascript.svg?branch=master)](https://travis-ci.org/knaxus/problem-solving-javascript)
[![Coverage Status](https://coveralls.io/repos/github/knaxus/problem-solving-javascript/badge.svg?branch=master)](https://coveralls.io/github/knaxus/problem-solving-javascript?branch=master)
![GitHub stars](https://img.shields.io/github/stars/knaxus/problem-solving-javascript)
![GitHub contributors](https://img.shields.io/github/contributors/knaxus/problem-solving-javascript)
[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/knaxus/problem-solving-javascript/issues)
![GitHub](https://img.shields.io/github/license/knaxus/problem-solving-javascript)Collection of interview questions with Unit Tests. Problems include Data Structures, Logical and few Classical problems.
![DSA](.github/dsa.jpeg)
## 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) | ![Twitter Follow](https://img.shields.io/twitter/follow/ashokdey_?label=%40ashokdey_&style=social) | [Ashok Dey](https://linkedin.com/in/ashokdey) | [https://ashokdey.in](https://ashokdey.in) |
| [Ashu Deshwal](https://github.com/TheSTL) | ![Twitter Follow](https://img.shields.io/twitter/follow/_TheSTL_?label=%40_TheSTL__&style=social) | [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 subjected to change frequently.