Skip to content

Navigation Menu

Sign in
Sign up

Repository files navigation

Quick Start

The easiest way to get started is to clone the repository:

# Get the latest snapshot
git clone https://github.com/noushad-pp/javascript-problem-solving.git
# Change directory
cd javscript-problem-solving
# Install NPM dependencies
npm install
# Then simply start your app
node index

Pre requisites

We assume the following to be installed on your machine for this project to run.

Script Description
Node > V8 since we follow es6 functionalities and conventions

Code Conventions

  • Use semicolons ;
  • 4 spaced tab indentation. Install the Editorconfig plugin for your editor to enforce this automatically.
  • Prefer ' over "
  • check the sample code for spacing between braces and parenthesis below
  •  if(condition) {
     	//code
     } else {
     	//code
     }```
    

About

Core Data Structure- Algorithm and Problem-Solving (DS/PS) concepts implemented using javascript

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages

AltStyle によって変換されたページ (->オリジナル) /