@@ -75,7 +75,7 @@ implementation 'com.github.javadev:leetcode-in-kotlin:1.4'
7575
7676| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- -->
7777|-|-|-|-|-|-
78- | 0011 |[ Container With Most Water] ( src/main/kotlin/g0001_0100/s0011_container_with_most_water/Solution.kt ) | Medium | Top_100_Liked_Questions, Top_Interview_Questions, Array, Greedy, Two_Pointers | 635 | 64.22
78+ | 0011 |[ Container With Most Water] ( src/main/kotlin/g0001_0100/s0011_container_with_most_water/Solution.kt ) | Medium | Top_100_Liked_Questions, Top_Interview_Questions, Array, Greedy, Two_Pointers | 474 | 89.18
7979
8080#### Day 5 Sliding Window
8181
@@ -138,7 +138,7 @@ implementation 'com.github.javadev:leetcode-in-kotlin:1.4'
138138
139139| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- -->
140140|-|-|-|-|-|-
141- | 0005 |[ Longest Palindromic Substring] ( src/main/kotlin/g0001_0100/s0005_longest_palindromic_substring/Solution.kt ) | Medium | Top_100_Liked_Questions, Top_Interview_Questions, String, Dynamic_Programming | 359 | 69.08
141+ | 0005 |[ Longest Palindromic Substring] ( src/main/kotlin/g0001_0100/s0005_longest_palindromic_substring/Solution.kt ) | Medium | Top_100_Liked_Questions, Top_Interview_Questions, String, Dynamic_Programming | 323 | 75.48
142142
143143#### Day 15 Dynamic Programming
144144
@@ -451,7 +451,7 @@ implementation 'com.github.javadev:leetcode-in-kotlin:1.4'
451451
452452| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- -->
453453|-|-|-|-|-|-
454- | 0005 |[ Longest Palindromic Substring] ( src/main/kotlin/g0001_0100/s0005_longest_palindromic_substring/Solution.kt ) | Medium | Top_100_Liked_Questions, Top_Interview_Questions, String, Dynamic_Programming | 359 | 69.08
454+ | 0005 |[ Longest Palindromic Substring] ( src/main/kotlin/g0001_0100/s0005_longest_palindromic_substring/Solution.kt ) | Medium | Top_100_Liked_Questions, Top_Interview_Questions, String, Dynamic_Programming | 323 | 75.48
455455
456456#### Day 18
457457
@@ -625,7 +625,7 @@ implementation 'com.github.javadev:leetcode-in-kotlin:1.4'
625625
626626| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- -->
627627|-|-|-|-|-|-
628- | 0002 |[ Add Two Numbers] ( src/main/kotlin/g0001_0100/s0002_add_two_numbers/Solution.kt ) | Medium | Top_100_Liked_Questions, Top_Interview_Questions, Math, Linked_List, Recursion | 212 | 93.71
628+ | 0002 |[ Add Two Numbers] ( src/main/kotlin/g0001_0100/s0002_add_two_numbers/Solution.kt ) | Medium | Top_100_Liked_Questions, Top_Interview_Questions, Math, Linked_List, Recursion | 417 | 50.44
629629
630630#### Day 16
631631
@@ -955,7 +955,7 @@ implementation 'com.github.javadev:leetcode-in-kotlin:1.4'
955955
956956| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- -->
957957|-|-|-|-|-|-
958- | 0003 |[ Longest Substring Without Repeating Characters] ( src/main/kotlin/g0001_0100/s0003_longest_substring_without_repeating_characters/Solution.kt ) | Medium | Top_100_Liked_Questions, Top_Interview_Questions, String, Hash_Table, Sliding_Window | 212 | 91.24
958+ | 0003 |[ Longest Substring Without Repeating Characters] ( src/main/kotlin/g0001_0100/s0003_longest_substring_without_repeating_characters/Solution.kt ) | Medium | Top_100_Liked_Questions, Top_Interview_Questions, String, Hash_Table, Sliding_Window | 258 | 91.09
959959| 0016 |[ 3Sum Closest] ( src/main/kotlin/g0001_0100/s0016_3sum_closest/Solution.kt ) | Medium | Array, Sorting, Two_Pointers | 219 | 89.56
960960| 0076 |[ Minimum Window Substring] ( src/main/kotlin/g0001_0100/s0076_minimum_window_substring/Solution.kt ) | Hard | Top_100_Liked_Questions, Top_Interview_Questions, String, Hash_Table, Sliding_Window | 346 | 85.20
961961
@@ -1004,18 +1004,18 @@ implementation 'com.github.javadev:leetcode-in-kotlin:1.4'
10041004| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- -->
10051005|-|-|-|-|-|-
10061006| 0136 |[ Single Number] ( src/main/kotlin/g0101_0200/s0136_single_number/Solution.kt ) | Easy | Top_100_Liked_Questions, Top_Interview_Questions, Array, Bit_Manipulation | 344 | 83.63
1007- | 0007 |[ Reverse Integer] ( src/main/kotlin/g0001_0100/s0007_reverse_integer/Solution.kt ) | Medium | Top_Interview_Questions, Math | 230 | 57.36
1008- | 0009 |[ Palindrome Number] ( src/main/kotlin/g0001_0100/s0009_palindrome_number/Solution.kt ) | Easy | Math | 208 | 94.88
1007+ | 0007 |[ Reverse Integer] ( src/main/kotlin/g0001_0100/s0007_reverse_integer/Solution.kt ) | Medium | Top_Interview_Questions, Math | 245 | 60.32
1008+ | 0009 |[ Palindrome Number] ( src/main/kotlin/g0001_0100/s0009_palindrome_number/Solution.kt ) | Easy | Math | 238 | 96.24
10091009| 0050 |[ Pow(x, n)] ( src/main/kotlin/g0001_0100/s0050_powx_n/Solution.kt ) | Medium | Top_Interview_Questions, Math, Recursion | 307 | 17.33
10101010
10111011#### Udemy Strings
10121012
10131013| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- -->
10141014|-|-|-|-|-|-
10151015| 0014 |[ Longest Common Prefix] ( src/main/kotlin/g0001_0100/s0014_longest_common_prefix/Solution.kt ) | Easy | Top_Interview_Questions, String | 269 | 48.51
1016- | 0003 |[ Longest Substring Without Repeating Characters] ( src/main/kotlin/g0001_0100/s0003_longest_substring_without_repeating_characters/Solution.kt ) | Medium | Top_100_Liked_Questions, Top_Interview_Questions, String, Hash_Table, Sliding_Window | 212 | 91.24
1016+ | 0003 |[ Longest Substring Without Repeating Characters] ( src/main/kotlin/g0001_0100/s0003_longest_substring_without_repeating_characters/Solution.kt ) | Medium | Top_100_Liked_Questions, Top_Interview_Questions, String, Hash_Table, Sliding_Window | 258 | 91.09
10171017| 0020 |[ Valid Parentheses] ( src/main/kotlin/g0001_0100/s0020_valid_parentheses/Solution.kt ) | Easy | Top_100_Liked_Questions, Top_Interview_Questions, String, Stack | 196 | 71.08
1018- | 0005 |[ Longest Palindromic Substring] ( src/main/kotlin/g0001_0100/s0005_longest_palindromic_substring/Solution.kt ) | Medium | Top_100_Liked_Questions, Top_Interview_Questions, String, Dynamic_Programming | 359 | 69.08
1018+ | 0005 |[ Longest Palindromic Substring] ( src/main/kotlin/g0001_0100/s0005_longest_palindromic_substring/Solution.kt ) | Medium | Top_100_Liked_Questions, Top_Interview_Questions, String, Dynamic_Programming | 323 | 75.48
10191019| 0394 |[ Decode String] ( src/main/kotlin/g0301_0400/s0394_decode_string/Solution.kt ) | Medium | Top_100_Liked_Questions, String, Stack, Recursion | 268 | 23.13
10201020| 0049 |[ Group Anagrams] ( src/main/kotlin/g0001_0100/s0049_group_anagrams/Solution.kt ) | Medium | Top_100_Liked_Questions, Top_Interview_Questions, Array, String, Hash_Table, Sorting | 506 | 86.55
10211021
@@ -1124,7 +1124,7 @@ implementation 'com.github.javadev:leetcode-in-kotlin:1.4'
11241124| 1143 |[ Longest Common Subsequence] ( src/main/kotlin/g1101_1200/s1143_longest_common_subsequence/Solution.kt ) | Medium | Top_100_Liked_Questions, String, Dynamic_Programming | 307 | 38.36
11251125| 0072 |[ Edit Distance] ( src/main/kotlin/g0001_0100/s0072_edit_distance/Solution.kt ) | Hard | Top_100_Liked_Questions, String, Dynamic_Programming | 320 | 63.53
11261126| 0044 |[ Wildcard Matching] ( src/main/kotlin/g0001_0100/s0044_wildcard_matching/Solution.kt ) | Hard | Top_Interview_Questions, String, Dynamic_Programming, Greedy, Recursion | 401 | 86.11
1127- | 0010 |[ Regular Expression Matching] ( src/main/kotlin/g0001_0100/s0010_regular_expression_matching/Solution.kt ) | Hard | Top_100_Liked_Questions, Top_Interview_Questions, String, Dynamic_Programming, Recursion | 234 | 85.18
1127+ | 0010 |[ Regular Expression Matching] ( src/main/kotlin/g0001_0100/s0010_regular_expression_matching/Solution.kt ) | Hard | Top_100_Liked_Questions, Top_Interview_Questions, String, Dynamic_Programming, Recursion | 292 | 58.58
11281128
11291129#### Udemy Backtracking/Recursion
11301130
@@ -1293,13 +1293,13 @@ implementation 'com.github.javadev:leetcode-in-kotlin:1.4'
12931293
12941294| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- -->
12951295|-|-|-|-|-|-
1296- | 0005 |[ Longest Palindromic Substring] ( src/main/kotlin/g0001_0100/s0005_longest_palindromic_substring/Solution.kt ) | Medium | Top_100_Liked_Questions, Top_Interview_Questions, String, Dynamic_Programming | 359 | 69.08
1296+ | 0005 |[ Longest Palindromic Substring] ( src/main/kotlin/g0001_0100/s0005_longest_palindromic_substring/Solution.kt ) | Medium | Top_100_Liked_Questions, Top_Interview_Questions, String, Dynamic_Programming | 323 | 75.48
12971297
12981298#### Day 10 Linked List
12991299
13001300| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- -->
13011301|-|-|-|-|-|-
1302- | 0002 |[ Add Two Numbers] ( src/main/kotlin/g0001_0100/s0002_add_two_numbers/Solution.kt ) | Medium | Top_100_Liked_Questions, Top_Interview_Questions, Math, Linked_List, Recursion | 212 | 93.71
1302+ | 0002 |[ Add Two Numbers] ( src/main/kotlin/g0001_0100/s0002_add_two_numbers/Solution.kt ) | Medium | Top_100_Liked_Questions, Top_Interview_Questions, Math, Linked_List, Recursion | 417 | 50.44
13031303| 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
13041304
13051305#### Day 11 Linked List
@@ -1402,7 +1402,7 @@ implementation 'com.github.javadev:leetcode-in-kotlin:1.4'
14021402
14031403| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- -->
14041404|-|-|-|-|-|-
1405- | 0003 |[ Longest Substring Without Repeating Characters] ( src/main/kotlin/g0001_0100/s0003_longest_substring_without_repeating_characters/Solution.kt ) | Medium | Top_100_Liked_Questions, Top_Interview_Questions, String, Hash_Table, Sliding_Window | 212 | 91.24
1405+ | 0003 |[ Longest Substring Without Repeating Characters] ( src/main/kotlin/g0001_0100/s0003_longest_substring_without_repeating_characters/Solution.kt ) | Medium | Top_100_Liked_Questions, Top_Interview_Questions, String, Hash_Table, Sliding_Window | 258 | 91.09
14061406
14071407#### Day 7 Breadth First Search Depth First Search
14081408
@@ -1573,16 +1573,16 @@ implementation 'com.github.javadev:leetcode-in-kotlin:1.4'
15731573| 0014 |[ Longest Common Prefix] ( src/main/kotlin/g0001_0100/s0014_longest_common_prefix/Solution.kt ) | Easy | Top_Interview_Questions, String | 269 | 48.51
15741574| 0013 |[ Roman to Integer] ( src/main/kotlin/g0001_0100/s0013_roman_to_integer/Solution.kt ) | Easy | Top_Interview_Questions, String, Hash_Table, Math | 293 | 78.06
15751575| 0012 |[ Integer to Roman] ( src/main/kotlin/g0001_0100/s0012_integer_to_roman/Solution.kt ) | Medium | String, Hash_Table, Math | 300 | 72.89
1576- | 0011 |[ Container With Most Water] ( src/main/kotlin/g0001_0100/s0011_container_with_most_water/Solution.kt ) | Medium | Top_100_Liked_Questions, Top_Interview_Questions, Array, Greedy, Two_Pointers, Algorithm_II_Day_4_Two_Pointers | 635 | 64.22
1577- | 0010 |[ Regular Expression Matching] ( src/main/kotlin/g0001_0100/s0010_regular_expression_matching/Solution.kt ) | Hard | Top_100_Liked_Questions, Top_Interview_Questions, String, Dynamic_Programming, Recursion | 234 | 85.18
1578- | 0009 |[ Palindrome Number] ( src/main/kotlin/g0001_0100/s0009_palindrome_number/Solution.kt ) | Easy | Math | 208 | 94.88
1579- | 0008 |[ String to Integer (atoi)] ( src/main/kotlin/g0001_0100/s0008_string_to_integer_atoi/Solution.kt ) | Medium | Top_Interview_Questions, String | 152 | 99.64
1580- | 0007 |[ Reverse Integer] ( src/main/kotlin/g0001_0100/s0007_reverse_integer/Solution.kt ) | Medium | Top_Interview_Questions, Math | 230 | 57.36
1581- | 0006 |[ Zigzag Conversion] ( src/main/kotlin/g0001_0100/s0006_zigzag_conversion/Solution.kt ) | Medium | String | 351 | 78.99
1582- | 0005 |[ Longest Palindromic Substring] ( src/main/kotlin/g0001_0100/s0005_longest_palindromic_substring/Solution.kt ) | Medium | Top_100_Liked_Questions, Top_Interview_Questions, String, Dynamic_Programming, Data_Structure_II_Day_9_String, Algorithm_II_Day_14_Dynamic_Programming, Dynamic_Programming_I_Day_17 | 359 | 69.08
1583- | 0004 |[ Median of Two Sorted Arrays] ( src/main/kotlin/g0001_0100/s0004_median_of_two_sorted_arrays/Solution.kt ) | Hard | Top_100_Liked_Questions, Top_Interview_Questions, Array, Binary_Search, Divide_and_Conquer | 276 | 91.12
1584- | 0003 |[ Longest Substring Without Repeating Characters] ( src/main/kotlin/g0001_0100/s0003_longest_substring_without_repeating_characters/Solution.kt ) | Medium | Top_100_Liked_Questions, Top_Interview_Questions, String, Hash_Table, Sliding_Window, Algorithm_I_Day_6_Sliding_Window | 212 | 91.24
1585- | 0002 |[ Add Two Numbers] ( src/main/kotlin/g0001_0100/s0002_add_two_numbers/Solution.kt ) | Medium | Top_100_Liked_Questions, Top_Interview_Questions, Math, Linked_List, Recursion, Data_Structure_II_Day_10_Linked_List, Programming_Skills_II_Day_15 | 212 | 93.71
1576+ | 0011 |[ Container With Most Water] ( src/main/kotlin/g0001_0100/s0011_container_with_most_water/Solution.kt ) | Medium | Top_100_Liked_Questions, Top_Interview_Questions, Array, Greedy, Two_Pointers, Algorithm_II_Day_4_Two_Pointers | 474 | 89.18
1577+ | 0010 |[ Regular Expression Matching] ( src/main/kotlin/g0001_0100/s0010_regular_expression_matching/Solution.kt ) | Hard | Top_100_Liked_Questions, Top_Interview_Questions, String, Dynamic_Programming, Recursion, Udemy_Dynamic_Programming | 292 | 58.58
1578+ | 0009 |[ Palindrome Number] ( src/main/kotlin/g0001_0100/s0009_palindrome_number/Solution.kt ) | Easy | Math, Udemy_Integers | 238 | 96.24
1579+ | 0008 |[ String to Integer (atoi)] ( src/main/kotlin/g0001_0100/s0008_string_to_integer_atoi/Solution.kt ) | Medium | Top_Interview_Questions, String | 196 | 96.46
1580+ | 0007 |[ Reverse Integer] ( src/main/kotlin/g0001_0100/s0007_reverse_integer/Solution.kt ) | Medium | Top_Interview_Questions, Math, Udemy_Integers | 245 | 60.32
1581+ | 0006 |[ Zigzag Conversion] ( src/main/kotlin/g0001_0100/s0006_zigzag_conversion/Solution.kt ) | Medium | String | 366 | 80.62
1582+ | 0005 |[ Longest Palindromic Substring] ( src/main/kotlin/g0001_0100/s0005_longest_palindromic_substring/Solution.kt ) | Medium | Top_100_Liked_Questions, Top_Interview_Questions, String, Dynamic_Programming, Data_Structure_II_Day_9_String, Algorithm_II_Day_14_Dynamic_Programming, Dynamic_Programming_I_Day_17, Udemy_Strings | 323 | 75.48
1583+ | 0004 |[ Median of Two Sorted Arrays] ( src/main/kotlin/g0001_0100/s0004_median_of_two_sorted_arrays/Solution.kt ) | Hard | Top_100_Liked_Questions, Top_Interview_Questions, Array, Binary_Search, Divide_and_Conquer | 355 | 83.48
1584+ | 0003 |[ Longest Substring Without Repeating Characters] ( src/main/kotlin/g0001_0100/s0003_longest_substring_without_repeating_characters/Solution.kt ) | Medium | Top_100_Liked_Questions, Top_Interview_Questions, String, Hash_Table, Sliding_Window, Algorithm_I_Day_6_Sliding_Window, Level_2_Day_14_Sliding_Window/Two_Pointer, Udemy_Strings | 258 | 91.09
1585+ | 0002 |[ Add Two Numbers] ( src/main/kotlin/g0001_0100/s0002_add_two_numbers/Solution.kt ) | Medium | Top_100_Liked_Questions, Top_Interview_Questions, Math, Linked_List, Recursion, Data_Structure_II_Day_10_Linked_List, Programming_Skills_II_Day_15 | 417 | 50.44
15861586| 0001 |[ Two Sum] ( src/main/kotlin/g0001_0100/s0001_two_sum/Solution.kt ) | Easy | Top_100_Liked_Questions, Top_Interview_Questions, Array, Hash_Table, Data_Structure_I_Day_2_Array, Level_1_Day_13_Hashmap, Udemy_Arrays | 234 | 92.75
15871587
15881588## Contributing
0 commit comments