Add length and rotate method to linkedlist.py
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!
Checks failing. Pls review ur code.
Hi @edwinpav, last time you added few methods and they were failing the test cases.
Pls check this PR @edwinpav otherwise we have to remove it before oct1, 2024
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