trekhleb / javascript-algorithms

📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings
MIT License
188.58k stars 30.28k forks source link

Add circular singly linked list #1153

Closed R055A closed 2 weeks ago

R055A commented 4 months ago

Fixes #1131

Add new linked list data structure: circular-linked-list.

Based on the existing linked list, it includes a test suite with 99% coverage and README.md (excluding an image).

R055A commented 2 months ago

@trekhleb