PacktPublishing / Learning-JavaScript-Data-Structures-and-Algorithms-Third-Edition

Learning JavaScript Data Structures and Algorithms (Third Edition), published by Packt
MIT License
1.05k stars 428 forks source link

feat(fix): Fix circular list insert function #19

Closed JuctTr closed 2 years ago

JuctTr commented 2 years ago

Insert a function in the circular linked list, here should be to get the last element, there seems to be an error in the code, I tried it in the test case