Skip to content

Commit

Permalink
docs: update the link to tutorialhorizon about circular linked list
Browse files Browse the repository at this point in the history
  • Loading branch information
vil02 committed Apr 9, 2024
1 parent f76f185 commit 8c953e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion en/Data Structures/Linked Lists/Circular Linked List.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ The Linked List has a ```pointer``` to the adjacent elements but the last node i

### SLL v.s. CLL

![image](https://i0.wp.com/algorithms.tutorialhorizon.com/files/2016/03/Circular-Linked-List.png)
![image](https://tutorialhorizon.com/static/media/algorithms/2016/03/Circular-Linked-List.png)

### Example

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

### SLL v.s. CLL

![영상](https://i0.wp.com/algorithms.tutorialhorizon.com/files/2016/03/Circular-Linked-List.png)
![영상](https://tutorialhorizon.com/static/media/algorithms/2016/03/Circular-Linked-List.png)

### 예시

Expand Down

0 comments on commit 8c953e9

Please sign in to comment.