GDSC-IGDTUW-Autumn-of-Code-2022 / dsa-foundation

To submit questions and answers for DSA.
5 stars 44 forks source link

Maximum twin sum in a Linked List #81

Closed deeksha04-alt closed 8 months ago

deeksha04-alt commented 1 year ago

You are given a linked list of size N, where n is even, the i-th node (0-indexed) of the linked list is known as the twin of the (n-1-i)th node, if 0 <= i <= (n / 2) - 1.

For example, if n = 4, then node 0 is the twin of node 3, and node 1 is the twin of node 2. These are the only nodes with twins for n = 4. The twin sum is defined as the sum of a node and its twin.

Given the head of a linked list with even length, return the maximum twin sum of the linked list.

deeksha04-alt commented 1 year ago

kindly assign me the above issue @gdsc-igdtuw @Parul-Mann

gh4abhi commented 1 year ago

Please assign this to me.

bh-g commented 1 year ago

Please assign this issue to me @Parul-Mann @gdsc-igdtuw

BhavyaDevani commented 1 year ago

@Parul-Mann pls assign this issue to me

jyotika6221 commented 1 year ago

@Parul-Mann kindly assign this issue to me