PDC4S:\IT\DSA and Interview Preperation\[INTERVIEW ONLY MAAL] [EXCLUSIVE]\[RBR] INTERVIEW PREPRATION 2021\3.Linked List |
Up one directory... |
|
1.Notations that we will be using in our code.mp4 | 99,830 KB | 12/12/2021 3:34 AM |
10.Implementation for kth node from end.mp4 | 86,398 KB | 12/12/2021 3:34 AM |
11.find_kth_node_from_end.PDF | 5 KB | 12/12/2021 3:34 AM |
12.Given a Linked list, Check if the linked list has loop.mp4 | 40,777 KB | 12/12/2021 3:34 AM |
13.Given a Linked list, Check if the linked list has loop (Approach-1).mp4 | 50,794 KB | 12/12/2021 3:34 AM |
14.Given a Linked list, Check if the linked list has loop (Approach - 2).mp4 | 70,630 KB | 12/12/2021 3:34 AM |
15.Given a Linked list, Check if the linked list has loop (Approach - 3).mp4 | 72,391 KB | 12/12/2021 3:34 AM |
16.Floyd's Cycle-Finding Algorithm.mp4 | 186,567 KB | 12/12/2021 3:34 AM |
17.Implementation for detect a loop in a linked list.mp4 | 68,391 KB | 12/12/2021 3:34 AM |
18.Find the starting node of cycle if cycle exists in a given linked list.mp4 | 189,223 KB | 12/12/2021 3:34 AM |
19.Implementation for find the start node of the loop,if there is a cycle in a linked list.mp4 | 36,113 KB | 12/12/2021 3:34 AM |
2.Implementation of reverse a linked list.mp4 | 208,930 KB | 12/12/2021 3:34 AM |
20.Given a Linked list, Check if the linked list has loop (Implementation - C).mp4 | 104,046 KB | 12/12/2021 3:34 AM |
21.Applications of linked list.mp4 | 135,755 KB | 12/12/2021 3:34 AM |
21.SLL_DETECT_LOOP.c | 2 KB | 12/12/2021 3:34 AM |
22.Intersect point of two single linked lists.mp4 | 66,439 KB | 12/12/2021 3:34 AM |
23.Intersect point of two single linked lists (Approach - 2).mp4 | 80,741 KB | 12/12/2021 3:34 AM |
24.Intersect point of two single linked lists (Approach - 3).mp4 | 95,274 KB | 12/12/2021 3:34 AM |
25.Intersect point of two single linked lists (Approach - 4).mp4 | 66,695 KB | 12/12/2021 3:34 AM |
26.Intersect point of two single linked lists (Approach - 5).mp4 | 51,242 KB | 12/12/2021 3:34 AM |
27.Implementation for find intersection point of two linked list.mp4 | 127,066 KB | 12/12/2021 3:34 AM |
28.find_intersection_node.c | 2 KB | 12/12/2021 3:34 AM |
29.Alternating split of a given linked list.mp4 | 100,113 KB | 12/12/2021 3:34 AM |
3.Finding a middle node in list.mp4 | 105,405 KB | 12/12/2021 3:34 AM |
30.Implementation of Alternating split of a given linked list.mp4 | 67,039 KB | 12/12/2021 3:34 AM |
31.alternative_split.c | 2 KB | 12/12/2021 3:34 AM |
32.Introduction to Cloning the list.mp4 | 37,296 KB | 12/12/2021 3:34 AM |
33.Application for Cloning the list.mp4 | 74,393 KB | 12/12/2021 3:34 AM |
34.Cloning the list (Approach - 1).mp4 | 89,839 KB | 12/12/2021 3:34 AM |
35.Cloning the list (Approach - 2).mp4 | 139,117 KB | 12/12/2021 3:34 AM |
36.Cloning the list (Approach - 3).mp4 | 154,376 KB | 12/12/2021 3:34 AM |
37.Cloning the list (Approach - 4).mp4 | 183,250 KB | 12/12/2021 3:34 AM |
38.Cloning the list (Implementation -C).mp4 | 262,226 KB | 12/12/2021 3:34 AM |
39.Cloning the list (Implementation II - C).mp4 | 213,963 KB | 12/12/2021 3:34 AM |
4.Implementation for find a middle node in a linked list.mp4 | 62,653 KB | 12/12/2021 3:34 AM |
40.Implementation for clone a linked list with next and random pointer.mp4 | 206,363 KB | 12/12/2021 3:34 AM |
41.CLONE_LIST.c | 2 KB | 12/12/2021 3:34 AM |
42.Check whether given linked list is palindrome or not.mp4 | 141,659 KB | 12/12/2021 3:34 AM |
43.Check whether given linked list is palindrome or not (Approach - 2).mp4 | 97,619 KB | 12/12/2021 3:34 AM |
44.Check whether given linked list is palindrome or not (Approach - 3).mp4 | 115,399 KB | 12/12/2021 3:34 AM |
45.Check whether given linked list is palindrome or not (Implementation - C).mp4 | 184,750 KB | 12/12/2021 3:34 AM |
46.Merge two sorted linked lists into one sorted linked list.mp4 | 65,654 KB | 12/12/2021 3:34 AM |
47.Merge two sorted linked lists into one sorted linked list (Approach - 2).mp4 | 108,444 KB | 12/12/2021 3:34 AM |
48.Merge two sorted linked list into one sorted linked list (Implementation-C).mp4 | 255,730 KB | 12/12/2021 3:34 AM |
49.Implementation for merge two sorted linked lists.mp4 | 236,819 KB | 12/12/2021 3:34 AM |
5.find_middle_node.PDF | 5 KB | 12/12/2021 3:34 AM |
50.merge_two_sorted_linked_list.c | 2 KB | 12/12/2021 3:34 AM |
51.Merge K-sorted linked lists.mp4 | 38,488 KB | 12/12/2021 3:34 AM |
52.Merge k-sorted linked lists (Heap Approach).mp4 | 305,664 KB | 12/12/2021 3:34 AM |
53.Merge K-sorted linked lists (Approach-3).mp4 | 106,329 KB | 12/12/2021 3:34 AM |
54.Merge k-sorted linked lists ( Binary Search Tree Approach).mp4 | 38,649 KB | 12/12/2021 3:34 AM |
55.Implementation of merge k-sorted linked list.mp4 | 97,268 KB | 12/12/2021 3:34 AM |
56.merge_k_sorted_lists.PDF | 6 KB | 12/12/2021 3:34 AM |
57.Merge sort on linked list.mp4 | 60,361 KB | 12/12/2021 3:34 AM |
58.Greatest value node in linked list on its right side.mp4 | 101,713 KB | 12/12/2021 3:34 AM |
59.Implementation for finding Greatest value node in linked list on its right side.mp4 | 99,583 KB | 12/12/2021 3:34 AM |
6.SLL_FIND_MIDDLE_NODE_2.c | 2 KB | 12/12/2021 3:34 AM |
60.find_greatest_value_right_side_of_node.c | 2 KB | 12/12/2021 3:34 AM |
61.Memory efficient Double Linked List.mp4 | 100,814 KB | 12/12/2021 3:34 AM |
62.Memory efficient Double Linked List insertion.mp4 | 32,742 KB | 12/12/2021 3:34 AM |
63.Memory efficient Double Linked List deletion.mp4 | 21,828 KB | 12/12/2021 3:34 AM |
64.Implementation of memory efficient double linked list.mp4 | 76,924 KB | 12/12/2021 3:34 AM |
65.A Memory Efficient Doubly Linked List.txt | 2 KB | 12/12/2021 3:34 AM |
66.Sort a linked list of 0's 1's and 2's.mp4 | 99,104 KB | 12/12/2021 3:34 AM |
67.Add 1 to number represented in linked list.mp4 | 112,689 KB | 12/12/2021 3:34 AM |
7.Find Kth node from the end of linked list.mp4 | 104,836 KB | 12/12/2021 3:34 AM |
8.Find Kth node from the end of linked list (Implementation in C).mp4 | 124,029 KB | 12/12/2021 3:34 AM |
9.Find kth node from the end of linked list (Hash Approach).mp4 | 85,541 KB | 12/12/2021 3:34 AM |