{"id":19044657,"url":"https://github.com/pkini2002/linkedlist-bootcamp","last_synced_at":"2025-10-17T13:40:52.540Z","repository":{"id":214747859,"uuid":"723582266","full_name":"pkini2002/Linkedlist-Bootcamp","owner":"pkini2002","description":"Striver's Linkedlist Bootcamp Solutions","archived":false,"fork":false,"pushed_at":"2023-11-27T12:06:45.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-11-08T22:46:56.714Z","etag":null,"topics":["dsa-learning-series","dsa-practice","linkedlist","striver-a2z-dsa-sheet"],"latest_commit_sha":null,"homepage":"https://takeuforward.org/linked-list/top-linkedlist-interview-questions-structured-path-with-video-solutions/","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pkini2002.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2023-11-26T05:43:12.000Z","updated_at":"2023-12-30T11:15:42.000Z","dependencies_parsed_at":"2023-12-30T13:37:10.714Z","dependency_job_id":null,"html_url":"https://github.com/pkini2002/Linkedlist-Bootcamp","commit_stats":null,"previous_names":["pkini2002/linkedlist-bootcamp"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pkini2002%2FLinkedlist-Bootcamp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pkini2002%2FLinkedlist-Bootcamp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pkini2002%2FLinkedlist-Bootcamp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pkini2002%2FLinkedlist-Bootcamp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pkini2002","download_url":"https://codeload.github.com/pkini2002/Linkedlist-Bootcamp/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":232168858,"owners_count":18482484,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dsa-learning-series","dsa-practice","linkedlist","striver-a2z-dsa-sheet"],"created_at":"2024-11-08T22:46:59.536Z","updated_at":"2025-10-17T13:40:47.470Z","avatar_url":"https://github.com/pkini2002.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Linkedlist-Bootcamp\n\n### Singly LinkedList (Basics)\n\n- Linked list Introduction\n- Find the length of the linked list\n- Search an element in a linked list\n- Convert a List/Array to a Linked list\n- Delete the head of the linked list\n- Delete the tail of the linked list\n- Delete the kth element of the linked list\n- Insert at the head of the linked list\n- Insert at the tail of the linked list\n- Insert before the Kth element of the linked list\n- Insert before the node with the value X of the linked list\n\n### Doubly LinkedList (Basics)\n\n- Introduction to DLL\n- Deletion of the head of DLL\n- Deletion of the tail of DLL\n- Deletion of the Kth node of DLL\n- Deletion of the given node of DLL\n- Insertion before the head of DLL\n- Insertion before the tail of DLL\n- Insert before the Kth node of DLL\n- Insert before a given node of DLL\n- Insert after the end of the given node\n- Reverse a DLL\n\n### Linkedlist (Medium)\n\n- Add 2 numbers in LL\n- Segregate odd and even nodes in LL\n- Sort a LL of 0's and 1's by changing the links\n- Remove the nth node from the back of the LL\n- Reverse a Linked List(Iterative)\n- Reverse a Linked List(Recursive)\n- Check if LL is palindrome or not\n- Add 1 to a number represented by a linked list\n- Find the intersection point of the linked list\n\n### Linkedlist Tortoise and Hare Algo\n\n- Middle of a linked list\n- Detect a loop in a linked list\n- Find the starting point in the linked list\n- Length of the loop in the linked list\n- Delete the Middle Node of the linked list\n\n### Doubly Linkedlist (Medium + Hard)\n\n- Delete all occurrences of a key in DLL\n- Find pairs with a given sum in DLL\n- Remove duplicates from sorted DLL\n\n### Linkedlist (Hard)\n\n- Sort linked list\n- Reverse LL in group of size K\n- Rotate a LL\n- Flattening of LL\n- Clone a LL with random and next pointer\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpkini2002%2Flinkedlist-bootcamp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpkini2002%2Flinkedlist-bootcamp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpkini2002%2Flinkedlist-bootcamp/lists"}