Closed Anjali-Chaudhary3 closed 2 years ago
Thanks for your contribution we will soon check your PR @Anjali-Chaudhary3 :)
@Anjali-Chaudhary3 Edit the README file of sept challenges.
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: @.***>
@Anjali-Chaudhary3 Files changed should be 2.
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?
@Anjali-Chaudhary3 Connect over my mail : utkarshsaxena900@gmail.com
LGTM ⭐
🛠️ 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