vejandla / problem-solving-javascript

:gem: Collection of interview questions with Unit Tests

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Problem Solving using Javascript

Open Source Love Build Status Coverage Status License: MIT

Collection of interview questions with Unit Tests. Problems includes Data Structures, Logical and few Classical problems.

Hacktober Fest 2019

Table of Contents

Data Structures

Logical Problems

Searching

Algorithms

Path Finder

Classics

CONTRIBUTION Guide

It's great to know that you want to contribute to this repo. Thanks for taking interest. Before you start, read the following carefully.

  • When adding a new problem with solution

    • Take care of the filename convention (Very Important)
    • Problem statement should be there with examples
    • Make sure you add the Run Time complexity of your solution
    • Please take care of the segregation of the Problems as per the given Folder Structure
    • It's great if you can add the Unit Tests to verify your solutions as well
    • Strictly follow ESLINT rules
  • When adding a Unit Test

    • Take care of the file name convention
    • Make sure CI (Travis) is passing

Keep an eye on this guide, it's subjected to change frequently.

About

:gem: Collection of interview questions with Unit Tests


Languages

Language:JavaScript 100.0%