Skip to content

Latest commit

 

History

History
56 lines (35 loc) · 5.1 KB

File metadata and controls

56 lines (35 loc) · 5.1 KB

hackerrankSolutions-JavaScript

My Hackerrank solutions in JavaScript.

WARMUP

  1. Simple Array Sum [Easy] Solution
  2. Compare The Triplets [Easy] Solution
  3. Diagonal Difference [Easy] Solution
  4. A Very Big Sum [Easy] Solution
  5. Birthday Cake Candles [Easy] Solution
  6. Time Conversion [Easy] Solution

IMPLEMENTATION

  1. Picking Numbers [Easy] Solution
  2. Minimum Distances [Easy] Solution
  3. Designer PDF Viewer [Easy] Solution
  4. Sequence Equation [Easy] Solution

STRINGS

  1. The Love-Letter Mystery [Easy] Solution
  2. Game of Thrones - I [Easy] Solution
  3. Making Anagrams [Easy] Solution
  4. Anagram [Easy] Solution
  5. Two Strings [Easy] Solution
  6. Strong Password [Easy] Solution
  7. String Construction [Easy] Solution

SORTING

  1. Lily's Homework [Medium] Solution
  2. Big Sorting [Easy] Solution

GREEDY

  1. Minimum Absolute Difference in an Array [Easy] Solution
  2. Marc's Cakewalk [Easy] Solution

DYNAMIC PROGRAMMING

  1. Fibonacci Modified [Medium] Solution

GRAPH THEORY

  1. Roads and Libraries [Medium] Solution

BIT MANIPULATION

  1. Flipping Bits [Easy] Solution
  2. Sansa and XOR [Medium] Solution