Google-Developer-Student-Club-CCOEW / Competitive-Programming-2023-GDSC-CUMMINS-X-GDSC-MMCOE

Welcome to the Hacktoberfest 2023 Competitive-Programming Cohort for Cummins College and MMCOE students! To request issue assignment, create a pull request, providing: 1. Full Name 🧑‍🎓 2.Email 📧 3.College ID (RNO) 🔢 4.Branch of Study.📚 5. Year 📆 .The Cummins College and MMCOE students' PRs will be considered only. Thank you!
9 stars 69 forks source link

Reverse Linked List #15

Closed soniadessai closed 1 year ago

soniadessai commented 1 year ago

Write code in the preferred language and attach output with it.

Given the head of a singly linked list, reverse the list, and return the reversed list.

Example 1:

image

Input: head = [1,2,3,4,5] Output: [5,4,3,2,1]

Example 2:

image

Input: head = [1,2] Output: [2,1]

Example 3:

Input: head = [] Output: []

vivekPatil45 commented 1 year ago

@Sonia312 Can you please assign this issue to me under HACKTOBERFEST

Mani1881 commented 1 year ago

hey @saakshii12 can u please assign this issue to me.

Piyusha2512 commented 1 year ago

Can you assign this issue to me? Piyusha Patil UCE2022004 TY COMP

janhavibagret commented 1 year ago

Can you please assign me this issue? I would like to work on it.