Skip to content

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

Notifications You must be signed in to change notification settings

noushad-pp/javascript-problem-solving

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

Watchers

Forks

Releases

No releases published

Packages

No packages published