extinctsion / easyPythonpi

A python library for the beginners. The program includes simple calulations. Genuine PRs will be merged without delays
https://pypi.org/project/easyPythonpi/
14 stars 36 forks source link

Add length and rotate method to linkedlist.py #86

Open edwinpav opened 7 months ago

edwinpav commented 7 months ago

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!

extinctsion commented 7 months ago

Checks failing. Pls review ur code.

extinctsion commented 2 months ago

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