Skip to content

rupeshtiwari/coding-examples-datastructures

Repository files navigation

Node.js CI

Data Structure Problems from beginning

Read the article about data structure problem preparation.

How to run the code in this repo?

JavaScript is used to solve all problems. I am using Karma and Jasmin to run the project.

  • Download this repo from GitHub or clone it.
  • Go to folder open command prompt or powershell
  • Run npm ci (This will install test runner)
  • Run npm test This will run all test in this repo.

Create new spec from template

copy _draft/spec.template.js src/02-array/08-rain-water-harvesting.js

📣 I have followed Academic Booster Channel to learn and code his examples in JavaScript. His playlist on datastructure algorithm is excellent I recommend everyone to go through it.

Thanks, Rupesh Tiwari

About

data structure problems

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published