Ayush7614 / Ayush7614/Daily-Coding-DS-ALGO-Practice
Intersection of Two Linked List
Open
LGMSOC21
🟨 Level2
- Dominant language
- C++
- Stars
- 323
- Forks
- 472
- PR merge metrics
- No merged PRs in 30d
Description
# Aim
- The main objective of this program is find the merge point of two linked list.
- Ex.
- Input :
Linked List 1: 1->2->3->4->5->6->7->8->9->10->NULL
Linked LIst 2: 61->62->63->64->65->7->8->9->10->NULL
- Output: 7
### Programming language
- [x] C
- [x] C++
- [ ] Java
- [ ] Python
Contributor guide
Research direction
No file, test, or entry point is named; start by locating the repository's C and C++ linked-list examples or relevant entry points. Use the supplied intersecting lists as the example, and consider the work done when both checked languages produce the merge point 7.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c, cpp
- Domain
- data
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100