DSA-Sheet-Solutions icon indicating copy to clipboard operation
DSA-Sheet-Solutions copied to clipboard

Dequeue based Coding questions

Open shadowfax999 opened this issue 3 years ago • 1 comments

  1. Created sliding_window_max_of_all_subarrays.cpp - This code will find the maximum elements in all sub-arrays of size 'k' in an array. Double-ended Queue data structure is used here using CPP STL.
  2. Created minimize_max_difference_adjacent_elements.cpp - Code to minimize the maximum difference between adjacent elements in an array using Dequeue data structure.

shadowfax999 avatar Sep 30 '21 19:09 shadowfax999

Hello @shadowfax999, pls follow the guidelines mentioned in the readme and then provide your PR

mihir0699 avatar Oct 01 '21 07:10 mihir0699