Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
RajSDE committed Feb 23, 2022
1 parent 1d47091 commit 266995c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
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#)

Example 1:
>**Input**:
>**Input**:<br>
>LinkList1 = 3->6->9->common<br>
>LinkList2 = 10->common<br>
>common = 15->30->NULL<br>
Expand Down

0 comments on commit 266995c

Please sign in to comment.