Skip to content

Latest commit

 

History

History
49 lines (42 loc) · 1.4 KB

File metadata and controls

49 lines (42 loc) · 1.4 KB

Learners

  • All questions will be available with solutions.
  • For those who are new to DSA (Data Structures and Algorithms) start here.
  • We guide you to start with Easy Problems first then move to levels above it when you feel confident about your previous topic answers.
  • Try solving a same question through 2 approach where it can be possible, that will increase your ability of thinking for a solution with different aspects.

Topics covered

Array

01 Easy Problems

  • 01reverseArray.cpp
  • 02reverseFromTarget.cpp
  • 03_SumOf_1D_Array.cpp
  • 04_ArrayBuildingFromPermutation.cpp
  • 05_Sum_Of_TwoElements.cpp
  • 06_MaxDifference_In_Array.cpp
  • 07_RemoveDuplicate.cpp
  • 08_Find_indexSumOfTwoElements.cpp

02 Array.2D

  • 01_sumRow.cpp
  • 02_WaveArray.cpp
  • 03_rotational_Matrix.cpp
  • 04_BinarySearchIn2D.cpp

03 SubArray Problems

  • 01_MaxSubArray_Sum.cpp

Binary Search

Easy Problem

  • 01binarySearchTemplate.cpp
  • 02pivot_Index.cpp
  • 03SquareRoot.cpp

Medium Problem

  • 01pageAllocation.cpp
  • 02squareRoot_Floot.cpp
  • 03target_in_rotatedArray.cpp
  • 04aggressiveCow.cpp

Hashmap

  • 01_FrequencyMapping.cpp

credit: Hemant087
Edited: 15 August, 2022
Time: 06:07 AM IST.
Made with ❤️.