HarshCasper / NeoAlgo

Bringing all Data Structures and Algorithms under one Roof âš¡
MIT License
875 stars 1.05k forks source link

Add program to Swap Nodes in a Linked List in Python. #1572

Closed Pranav016 closed 3 years ago

Pranav016 commented 3 years ago

🚀 Feature

I would like to add program for Swapping Nodes in a Linked List in Python.

Have you read the Contributing Guidelines on Pull Requests?

Yes

Motivation

This question is very often asked in the interviews. A lot of students think this is an easy question but actually it is very tricky to solve.

I would like to work on this issue under WoC.

Pranav016 commented 3 years ago

Can I work on this issue for both WoC and Devscript WoC? Also, please add the relevant tags on this :)

Sameera-Aryasomayajula commented 3 years ago

Can I work on the C++ version of this issue under DWOC