Mozilla-Campus-Club-Cummins / CompetitiveProgramming-HacktoberFest23

1 stars 25 forks source link

Insertion Sort for Singly Linked List #39

Open Chaitralikore opened 10 months ago

Chaitralikore commented 10 months ago

Given a singly linked list, sort the list (in ascending order) using insertion sort algorithm.

Example 1:

Input: N = 10 Linked List = 30->23->28->30->11->14-> 19->16->21->25 Output : 11 14 16 19 21 23 25 28 30 30 Explanation : The resultant linked list is sorted.

Akshaya2204 commented 10 months ago

Please assign me this issue Akshaya Barshikar UEC2022103 SY ENTC

Chaitralikore commented 10 months ago

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

Akshaya2204 commented 10 months ago

Hi!! I have filled the registration form

On Thu, 26 Oct 2023, 22:53 Chaitralikore, @.***> wrote:

Hi! @Akshaya2204 https://github.com/Akshaya2204 first you need to fill up the hacktoberfest registration form.

— Reply to this email directly, view it on GitHub https://github.com/Mozilla-Campus-Club-Cummins/CompetitiveProgramming-HacktoberFest23/issues/39#issuecomment-1781534644, or unsubscribe https://github.com/notifications/unsubscribe-auth/A7PQOELGG55IIB7OTBSKKB3YBKL77AVCNFSM6AAAAAA6ODDSRWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTOOBRGUZTINRUGQ . You are receiving this because you were mentioned.Message ID: <Mozilla-Campus-Club-Cummins/CompetitiveProgramming-HacktoberFest23/issues/39/1781534644 @github.com>

Arpitalite commented 10 months ago

Please Assign me this issue Arpita Kumbhar UEC2022236 SY ENTC

Chaitralikore commented 10 months ago

Hi! @Arpitalite you can work on only one issue at a time. After completing your 1st issue, you can let us know that you have completed the previous issue.

Chaitralikore commented 10 months ago

Hi! @Akshaya2204 You can work on this issue. deadline- 28th oct'23, 11:59pm Happy Coding:)