/HackerRank

Solved problem from Hackkerank website

Primary LanguageC++

Hacker-Rank

Solved problem from HackerRank website

Data Structures

Array

  1. 2D Array - DS - Solution
  2. Sparse Array - Solution

Tree

  1. Tree: PreOrder Traversal - Solution
  2. Tree: PostOrder Traversal - Solution
  3. Tree: InOrder Traversal - Solution
  4. Tree: Height of Binary - Solution
  5. Tree: Huffmann Decoding - Solution
  6. Swap Nodes - Algo - Solution

Linked List

  1. Cycle Detection - Solution

Stack

  1. Balanced Bracket - Solution
  2. Simple Text Editor - Solution
  3. Poisonous Plants - Solution
  4. Waiter - Solution

Queue

  1. Queue Using Two Stacks - Solution
  2. Truck Tour - Solution

Heap

  1. Find The Running Median - Solution
  2. Minimum Average Waiting Time - Solution

Algorithm

Greedy

  1. Greedy Florist - Solution
  2. Max Min - Solution

String

  1. Sherlock and Anagrams - Solution

Search

  1. KnightL on Chessboard - Solution
  2. Count Luck - Solution

Graph Theory

  1. Floyd : City of Blinding Lights - Solution

Dynamic Programming

  1. Stock Maximize - Solution
  2. Unbounded Knapsack - Solution