easyPythonpi icon indicating copy to clipboard operation
easyPythonpi copied to clipboard

Add length and rotate method to linkedlist.py

Open edwinpav opened this issue 2 years ago • 5 comments

Hi!

I wanted to add some more functionality to the linked list class. I added functionality to find the length of a given linked list and I added functionality to right rotate a linked list as well.

Best!

edwinpav avatar Dec 15 '23 01:12 edwinpav

Checks failing. Pls review ur code.

extinctsion avatar Dec 16 '23 15:12 extinctsion

Hi @edwinpav, last time you added few methods and they were failing the test cases.

extinctsion avatar May 11 '24 20:05 extinctsion

Pls check this PR @edwinpav otherwise we have to remove it before oct1, 2024

extinctsion avatar Sep 12 '24 15:09 extinctsion

Hi buddy, recently we have fixed the checks issue, I would recommend you to pls take pull from main branch and merge it with you branch and then again push. This would resolve the pipeline issue. I'll then merge your code after review

extinctsion avatar Oct 25 '24 19:10 extinctsion