Summary
Full Transcript
Delete a Node in Linked List | Delete a start Node | Delete Last Node | Delete at particular Position | Delete a Node in Constant Time 1: Delete a Node in Single Linked List: https://www.geeksforgeeks.org/problems/delete-a-node-in-single-linked-list/1?utm_source=geeksforgeeks&utm_medium=ml_article_practice_tab&utm_campaign=article_practice_tab 2: Delete without head pointer: https://www.geeksforgeeks.org/problems/delete-without-head-pointer/1?utm_source=geeksforgeeks&utm_medium=ml_article_practice_tab&utm_campaign=article_practice_tab 00:00 Intro 00:45 Delete First node On LinkedList 05:28 Code Part - Delete first node on LinkedList 07:21 Delete Last node on LinkedList 18:00 Understanding edge cases while Deletion 26:34 Code Part - Delete Last node on LinkedList 30:38 Delete Particular Node on LinkedList. 37:37 Understanding edge cases while deleting particular node. 44:00 Code Part - Delete Particular node on LinkedList. 47:50 Method 2 - Delete Particular node on LinkedList using recursion 57:19 Code Part - Delete Particular node on LinkedList. 59:55 Problem - Delete without head pointer. 1:03:50 Code Part - Delete without head pointer. 1:05:16 Complexity Comparisons Array vs LinkedList. Home work sheet: https://drive.google.com/drive/folders/1N9UUtFHRe5a8h1vq3iEVEyvXM5sZDRHv?usp=sharing Join Our Whatsapp Channel: https://whatsapp.com/channel/0029Va6H0tbHVvTbcuT99Y1f Day 114/180, #180daysofcode #180 hard We are doing 180 days challenge and going to complete the whole course within the duration with quality content on Youtube. I am on the mission to create a tech revolution in our country and in upcoming future we want to create a tech which will create many jobs in India. Video will come on Mon-Fri at 6am in the morning DSA Course for free C++ Free Course Rohit Negi DSA Course C++ Coder Army DSA Course c++ Function in C++ Pointers in C++. Strings Vector Introduction to Recursion connect to me on Instagram: https://rohit978.page.link/insta Linkedin: https://rohit978.page.link/linkedin Telegram: https://rohit978.page.link/telegram
