<img src=".github/logo.png" align="right"/> # Problem Solving using Javascript [](https://github.com/vinitshahdeo/HacktoberFest) [](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) | <a class="header-badge" target="_blank" href="https://twitter.com/intent/follow?screen_name=ashokdey_"> </a> | [Ashok Dey](https://linkedin.com/in/ashokdey) | [https://ashokdey.in](https://ashokdey.in) | | [Ashu Deshwal](https://github.com/TheSTL) | <a class="header-badge" target="_blank" href="https://twitter.com/follow?screen_name=_TheSTL_"> </a> | [Ashu Deshwal](https://www.linkedin.com/in/ashu-deshwal/) | - | ### Contributors <a href = "https://github.com/knaxus/problem-solving-javascript/graphs/contributors"> <img src = "https://contrib.rocks/image?repo=knaxus/problem-solving-javascript"/> </a> ## 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.