Skip to content

Commit a4f91d1

Browse files
authored
docs: update the link to tutorialhorizon about circular linked list (#239)
1 parent 6ad0d2a commit a4f91d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

en/Data Structures/Linked Lists/Circular Linked List.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The Linked List has a ```pointer``` to the adjacent elements but the last node i
3737

3838
### SLL v.s. CLL
3939

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

4242
### Example
4343

ko/자료구조/연결 리스트/원형 연결 리스트.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737

3838
### SLL v.s. CLL
3939

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

4242
### 예시
4343

0 commit comments

Comments
 (0)