credo92 / qlik

qlik

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

qlik

Run NPM install

  1. run npm install to install dependenices ( mocha for tests)
  2. run npm test from root.
  3. it will run test cases for all 3 problems

Problems 1,2,3

  1. Angram test will check all cases given in the problem file
  2. Palindrom test will check largest palindrome for 3-digit should match 906609
  3. Sort will use merge sort to sort an array of 100 random integers and and check if its equal with default javascript sort

About

qlik


Languages

Language:JavaScript 100.0%