Skip to content

Omkaragrawal/problem-solving-javascript

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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

Collection of interview questions with Unit Tests

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%