DSA-guide icon indicating copy to clipboard operation
DSA-guide copied to clipboard

Rotate a linked list

Open pri1311 opened this issue 4 years ago • 3 comments

Is your feature request related to a problem? Please describe. Question picked up from leetcode https://leetcode.com/problems/rotate-list/ Given the head of a linked list, rotate the list to the right by k places.

  • A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like

  • A clear and concise description of what you want to happen.

Describe alternatives you've considered

  • A clear and concise description of any alternative solutions or features you've considered.

Additional context

  • Add any other context or screenshots about the feature request here.

pri1311 avatar Mar 16 '21 14:03 pri1311

Please assign this to me under crosswoc

pri1311 avatar Mar 16 '21 14:03 pri1311

Hi @ankitapuri I would like to solve it in Java. Please assign it to me in Java

abhinav5481 avatar Mar 21 '21 18:03 abhinav5481

Will do it in C++

pri1311 avatar Mar 21 '21 18:03 pri1311

Hi I would like to contribute to this issue if anyone else is not working on it in C++

Mudit-Jxin7 avatar Mar 28 '23 09:03 Mudit-Jxin7