cheran-senthil / PyRival

⚡ Competitive Programming Library
https://pyrival.readthedocs.io/
Apache License 2.0
1.17k stars 312 forks source link

Update LinkedList.py #52

Closed abertell closed 3 years ago

abertell commented 3 years ago

Fixed a __getnode typo, changed __repr_\ method from O(n^2) to O(n), and implemented four new methods: