iamdestinychild / 30-Days-DSA-Challenge

A 30 days challange for you to learn data structure and algorithm
MIT License
45 stars 67 forks source link

Find first and last position of element in a sorted array #89

Open ArionDas opened 1 year ago

ArionDas commented 1 year ago

Description

This is a medium level difficulty problem on leetcode, know for being asked in interviews by big tech organizations

DSA Problem

Finding first and last position of an element in a sorted array

ArionDas commented 1 year ago

hey @iamdestinychild I went through your repository... You're doing a great job helping out future job seekers... I want to help you out with this very popular problem involving Binary Search...

Looking forward to working on this issue Cheers!!

Surv2308 commented 1 year ago

please assign it to me I will use c++ language to perform this task

iamdestinychild commented 1 year ago

Thanks @ArionDas , here you go

ArionDas commented 1 year ago

Thank you @iamdestinychild

STRIZERORTIX commented 1 year ago

I'd like to solve the same using python, would you please assign this to me?

iamdestinychild commented 1 year ago

@STRIZERORTIX you can solve in any other language read the contribution.md