TheAlgorithms / Algorithms-Explanation

Popular algorithms explained in simple language with examples and links to their implementation in various programming languages and other required resources.
MIT License
2.97k stars 738 forks source link

docs: update the link to tutorialhorizon about circular linked list #239

Closed vil02 closed 4 months ago

vil02 commented 5 months ago

Description

Related to #154.

Fixes the link to the image explaining the difference between linked list and circular linked list.

Checklist