Skip to content

Commit 266995c

Browse files
committed
update
1 parent 1d47091 commit 266995c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • JavaPractice/IntersectionPointinYShappedLinkedLists

JavaPractice/IntersectionPointinYShappedLinkedLists/Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Given two singly linked lists of size N and M, write a program to get the point where two linked lists intersect each other. [🔗Goto](https://practice.geeksforgeeks.org/problems/intersection-point-in-y-shapped-linked-lists/1/?page=1&difficulty[]=1&status[]=unsolved&company[]=Amazon&sortBy=submissions#)
33

44
Example 1:
5-
>**Input**:
5+
>**Input**:<br>
66
>LinkList1 = 3->6->9->common<br>
77
>LinkList2 = 10->common<br>
88
>common = 15->30->NULL<br>

0 commit comments

Comments
 (0)