@@ -1072,7 +1072,7 @@ implementation 'com.github.javadev:leetcode-in-kotlin:1.4'
10721072| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- -->
10731073|-|-|-|-|-|-
10741074| 0114 |[ Flatten Binary Tree to Linked List] ( src/main/kotlin/g0101_0200/s0114_flatten_binary_tree_to_linked_list/Solution.kt ) | Medium | Top_100_Liked_Questions, Depth_First_Search, Tree, Binary_Tree, Stack, Linked_List | 305 | 26.30
1075- | 0024 |[ Swap Nodes in Pairs] ( src/main/kotlin/g0001_0100/s0024_swap_nodes_in_pairs/Solution.kt ) | Medium | Linked_List, Recursion | 173 | 83.13
1075+ | 0024 |[ Swap Nodes in Pairs] ( src/main/kotlin/g0001_0100/s0024_swap_nodes_in_pairs/Solution.kt ) | Medium | Top_100_Liked_Questions, Linked_List, Recursion | 149 | 99.39
10761076| 0142 |[ Linked List Cycle II] ( src/main/kotlin/g0101_0200/s0142_linked_list_cycle_ii/Solution.kt ) | Medium | Top_100_Liked_Questions, Hash_Table, Two_Pointers, Linked_List | 192 | 63.39
10771077| 0141 |[ Linked List Cycle] ( src/main/kotlin/g0101_0200/s0141_linked_list_cycle/Solution.kt ) | Easy | Top_100_Liked_Questions, Top_Interview_Questions, Hash_Table, Two_Pointers, Linked_List | 223 | 91.85
10781078| 0206 |[ Reverse Linked List] ( src/main/kotlin/g0201_0300/s0206_reverse_linked_list/Solution.kt ) | Easy | Top_100_Liked_Questions, Top_Interview_Questions, Linked_List, Recursion | 309 | 15.90
@@ -1308,7 +1308,7 @@ implementation 'com.github.javadev:leetcode-in-kotlin:1.4'
13081308
13091309| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- -->
13101310|-|-|-|-|-|-
1311- | 0024 |[ Swap Nodes in Pairs] ( src/main/kotlin/g0001_0100/s0024_swap_nodes_in_pairs/Solution.kt ) | Medium | Linked_List, Recursion | 173 | 83.13
1311+ | 0024 |[ Swap Nodes in Pairs] ( src/main/kotlin/g0001_0100/s0024_swap_nodes_in_pairs/Solution.kt ) | Medium | Top_100_Liked_Questions, Linked_List, Recursion | 149 | 99.39
13121312
13131313#### Day 13 Linked List
13141314
@@ -1552,7 +1552,7 @@ implementation 'com.github.javadev:leetcode-in-kotlin:1.4'
15521552| 0027 |[ Remove Element] ( src/main/kotlin/g0001_0100/s0027_remove_element/Solution.kt ) | Easy | Array, Two_Pointers | 293 | 32.19
15531553| 0026 |[ Remove Duplicates from Sorted Array] ( src/main/kotlin/g0001_0100/s0026_remove_duplicates_from_sorted_array/Solution.kt ) | Easy | Top_Interview_Questions, Array, Two_Pointers | 361 | 77.19
15541554| 0025 |[ Reverse Nodes in k-Group] ( src/main/kotlin/g0001_0100/s0025_reverse_nodes_in_k_group/Solution.kt ) | Hard | Top_100_Liked_Questions, Linked_List, Recursion, Data_Structure_II_Day_13_Linked_List | 194 | 87.72
1555- | 0024 |[ Swap Nodes in Pairs] ( src/main/kotlin/g0001_0100/s0024_swap_nodes_in_pairs/Solution.kt ) | Medium | Linked_List, Recursion, Data_Structure_II_Day_12_Linked_List | 173 | 83.13
1555+ | 0024 |[ Swap Nodes in Pairs] ( src/main/kotlin/g0001_0100/s0024_swap_nodes_in_pairs/Solution.kt ) | Medium | Top_100_Liked_Questions, Linked_List, Recursion, Data_Structure_II_Day_12_Linked_List, Udemy_Linked_List | 149 | 99.39
15561556| 0023 |[ Merge k Sorted Lists] ( src/main/kotlin/g0001_0100/s0023_merge_k_sorted_lists/Solution.kt ) | Hard | Top_100_Liked_Questions, Top_Interview_Questions, Heap_Priority_Queue, Linked_List, Divide_and_Conquer, Merge_Sort | 323 | 75.14
15571557| 0022 |[ Generate Parentheses] ( src/main/kotlin/g0001_0100/s0022_generate_parentheses/Solution.kt ) | Medium | Top_100_Liked_Questions, Top_Interview_Questions, String, Dynamic_Programming, Backtracking, Algorithm_II_Day_11_Recursion_Backtracking | 210 | 78.51
15581558| 0021 |[ Merge Two Sorted Lists] ( src/main/kotlin/g0001_0100/s0021_merge_two_sorted_lists/Solution.kt ) | Easy | Top_100_Liked_Questions, Top_Interview_Questions, Linked_List, Recursion, Data_Structure_I_Day_7_Linked_List, Algorithm_I_Day_10_Recursion_Backtracking | 148 | 99.90
0 commit comments