utkarsh006 / LeetCode-Grind

This Repo is a one way solution to ace your Technical Interviews and crack your dream Job by upsolving LeetCode standard problems.
MIT License
50 stars 26 forks source link

Sept 28_Remove Nth Node From End of List.cpp #265

Closed Anjali-Chaudhary3 closed 2 years ago

Anjali-Chaudhary3 commented 2 years ago

🛠️ Issue Fixed

Closes ##264

Description This contains the solution to the daily challenge of 28th September [Remove Nth Node From End of List] Given the head of a linked list, remove the nth node from the end of the list and return its head. Example: Input: head = [1,2,3,4,5], n = 2 Output: [1,2,3,5]

👨‍💻 Changes Proposed

✔️ Check List (Check all the applicable boxes)

📄 Note to reviewers

Added under hacktoberfest 2022 @utkarsh006 Please review my PR

📷 Output Screenshots

Screenshot from 2022-10-15 13-20-59

github-actions[bot] commented 2 years ago

Thanks for your contribution we will soon check your PR @Anjali-Chaudhary3 :)

utkarsh006 commented 2 years ago

@Anjali-Chaudhary3 Edit the README file of sept challenges.

Anjali-Chaudhary3 commented 2 years ago

Please check it

On Sat, Oct 15, 2022, 2:14 PM Utkarsh Saxena @.***> wrote:

@Anjali-Chaudhary3 https://github.com/Anjali-Chaudhary3 Edit the README file of sept challenges.

— Reply to this email directly, view it on GitHub https://github.com/utkarsh006/LeetCode-Grind/pull/265#issuecomment-1279697248, or unsubscribe https://github.com/notifications/unsubscribe-auth/AXBXXH757PRW74B6Z5D66Q3WDJVFJANCNFSM6AAAAAARFZWERU . You are receiving this because you were mentioned.Message ID: @.***>

utkarsh006 commented 2 years ago

@Anjali-Chaudhary3 Files changed should be 2.

Anjali-Chaudhary3 commented 2 years ago

Sir I didn't get that , Are you asking me update "Remove Nth Node From End of List" this file as well in the README?

utkarsh006 commented 2 years ago

@Anjali-Chaudhary3 Connect over my mail : utkarshsaxena900@gmail.com

utkarsh006 commented 2 years ago

LGTM ⭐