kunal-kushwaha / DSA-Bootcamp-Java

This repository consists of the code samples, assignments, and notes for the Java data structures & algorithms + interview preparation bootcamp of WeMakeDevs.
https://www.youtube.com/playlist?list=PL9gnSGHSqcnr_DxHsP7AW9ftq0AtAyYqJ
17.25k stars 11.08k forks source link

Update 05-arrays.md #977

Open guptapooja17 opened 1 year ago

guptapooja17 commented 1 year ago

Question https://leetcode.com/problems/find-first-and-last-position-of-element-in-sorted-array/ is already placed in binary search and solved using binary search. Therefore, removing this from array assignments.