Home
Package
Class
Method
Package
problems
.
geeks
.
linkedlist
All Classes in problems.geeks.linkedlist
problems.geeks.linkedlist.Q001_Get_Nth_Node
problems.geeks.linkedlist.Q002_Deleted_Node
problems.geeks.linkedlist.Q003_Print_The_Middle_Of_A_Given_Linked_List
problems.geeks.linkedlist.Q004_Nth_Node_From_The_End_Of_A_Linked_List
problems.geeks.linkedlist.Q005_Delete_A_Linked_List
problems.geeks.linkedlist.Q006A_Reverse_Singly_Linked_List
problems.geeks.linkedlist.Q006B_Reverse_Doubly_Linked_List
problems.geeks.linkedlist.Q006B_Reverse_Doubly_Linked_List$ListNode
problems.geeks.linkedlist.Q006C_Reverse_Linked_List_In_Groups_of_Given_Size
problems.geeks.linkedlist.Q007_Detect_Loop_In_A_Linked_List
problems.geeks.linkedlist.Q008_Check_If_A_Singly_Linked_List_Is_Palindrome
problems.geeks.linkedlist.Q009_Copy_Linked_List_With_Next_And_Arbit_Pointer
problems.geeks.linkedlist.Q010_Insert_In_Sorted_List
problems.geeks.linkedlist.Q011_Recursive_Function_To_Print_Reverse_Of_A_Linked_List
problems.geeks.linkedlist.Q012A_Remove_Duplicates_From_Sorted_Linked_List_A
problems.geeks.linkedlist.Q012B_Remove_Duplicates_From_Sorted_Linked_List
problems.geeks.linkedlist.Q012C_Remove_Duplicates_From_Unsorted_Linked_List
problems.geeks.linkedlist.Q013_Split_A_Circular_Linked_List_Into_Two_Halves
problems.geeks.linkedlist.Q014_Move_Last_Element_To_Front_Of_A_Given_Linked_List
problems.geeks.linkedlist.Q015_Pairwise_Swap_Elements_Of_A_Given_Linked_List
problems.geeks.linkedlist.Q016_Delete_A_Node_In_Doubly_Linked_List
problems.geeks.linkedlist.Q016_Delete_A_Node_In_Doubly_Linked_List$ListNode
problems.geeks.linkedlist.Q017_Intersection_of_Two_Sorted_Linked_Lists
problems.geeks.linkedlist.Q018_Delete_Alternate_Nodes_of_Linked_List
problems.geeks.linkedlist.Q019_Alternating_Split_of_A_Given_Singly_Linked_List
problems.geeks.linkedlist.Q020_Merge_Two_Sorted_Linked_Lists
problems.geeks.linkedlist.Q021_Identical_Linked_Lists
problems.geeks.linkedlist.Q022_Sorted_Insert_for_Circular_Linked_List
problems.geeks.linkedlist.Q023_Delete_Nodes_Which_Have_A_Greater_Value_On_Right_Side
problems.geeks.linkedlist.Q024_Segregate_Even_And_Odd_Nodes
problems.geeks.linkedlist.Q025_Add_Two_Numbers_Represented_By_Linked_Lists
problems.geeks.linkedlist.Q026A_Sorted_Linked_List_to_Balanced_BST
problems.geeks.linkedlist.Q026B_Sorted_Linked_List_to_Balanced_BST
problems.geeks.linkedlist.Q026C_Sorted_Doubly_Linked_List_to_Balanced_BST
problems.geeks.linkedlist.Q026C_Sorted_Doubly_Linked_List_to_Balanced_BST$ListNode
problems.geeks.linkedlist.Q027_Union_and_Intersection_of_two_Linked_Lists
problems.geeks.linkedlist.Q028_Find_a_triplet_from_three_linked_lists_with_sum_equal_to_a_given_number
problems.geeks.linkedlist.Q029_Rotate_a_Linked_List
problems.geeks.linkedlist.Q030_Implement_LRU_Cache
problems.geeks.linkedlist.Q031_Flattening_a_Linked_List
problems.geeks.linkedlist.Q031_Flattening_a_Linked_List$ListNode
problems.geeks.linkedlist.Q032_Sort_a_linked_list_of_0s_1s_and_2s
problems.geeks.linkedlist.Q033_Flatten_a_multilevel_linked_list
problems.geeks.linkedlist.Q033_Flatten_a_multilevel_linked_list$ListNode
problems.geeks.linkedlist.Q034_QuickSort_on_Doubly_Linked_List
problems.geeks.linkedlist.Q034_QuickSort_on_Doubly_Linked_List$ListNode
problems.geeks.linkedlist.Q035A_Swap_Kth_node_from_beginning_with_Kth_node_from_end_in_a_Singly_Linked_List
problems.geeks.linkedlist.Q035B_Swap_Kth_node_from_beginning_with_Kth_node_from_end_in_a_Doubly_Linked_List
problems.geeks.linkedlist.Q036_Design_a_stack_with_operations_on_middle_element
problems.geeks.linkedlist.Q037_Delete_N_nodes_after_M_nodes_of_a_linked_list
problems.geeks.linkedlist.Q038_Merge_a_linked_list_into_another_linked_list_at_alternate_positions
problems.geeks.linkedlist.Q039_Pairwise_swap_elements_of_a_given_linked_list_by_changing_links
problems.geeks.linkedlist.Q040_Reverse_alternate_nodes_and_append_at_the_end
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact
coftware#gmail.com
.