Mozilla-Campus-Club-Cummins / CompetitiveProgramming-HacktoberFest23

1 stars 25 forks source link

Sorting all array elements except one #57

Open Chaitralikore opened 8 months ago

Chaitralikore commented 8 months ago

Given an array A of positive integers, sort the array in ascending order such that element at index K in unsorted array stays unmoved and all other elements are sorted.

Example 1:

​Input : arr[ ] = {10, 4, 11, 7, 6, 20} and K = 2 Output : 4 6 11 7 10 20 Explanation: Sort an array except an index 2 So, 4 6 11 7 10 20

manojDOX commented 8 months ago

Hi, I am happy to code for you.

janhavibagret commented 8 months ago

Please assign me this issue Janhavi Bagret(UEC2022109) SY ENTC

Chaitralikore commented 8 months ago

@manojDOX this is only for the students of MKSSS'S Cummins College of Engineering

Chaitralikore commented 8 months ago

Hi! @janhavibagret first you need to fill up the hacktoberfest registration form.

RutvikaWagh commented 8 months ago

Please assign this issue to me. My details are: Name: Rutvika Wagh UNo-UCE2022669

Payalchandak5 commented 8 months ago

i want to work on this issue.Can u please assign me with this issue PAYAL CHANDAK UEC2022118 SY ENTC

Chaitralikore commented 8 months ago

@RutvikaWagh your deadline is 31 Oct'23 , 11:59pm

ManasiGDeshmukh commented 8 months ago

@RutvikaWagh Happy Coding!!