@@ -4,125 +4,125 @@ This repo contain leetcode solution using DART and GO programming language. Most
4
4
5
5
## Solutions - DART
6
6
7
- - [ Add Binary] ( AddBinary/add_binary.dart )
8
- - [ Bag of Tokens] ( BagOfTokens/bag_of_tokens.dart )
9
- - [ Balanced Binary Tree] ( BalancedBinaryTree\balanced_binary_tree.dart )
10
- - [ Best Time to Buy and Sell Stock IV] ( BestTimeToBuyAndSellStock_IV/best_time_to_buy_and_sell_stock_IV.dart )
11
- - [ Binary Tree In Order Trasversal ] ( BinaryTreeInOrderTrasversel/binary_tree_inorder_trasversal.dart )
12
- - [ Climbing Stairs] ( ClimbingStairs/climbing_stairs.dart )
13
- - [ Convert Sorted Array To Binary Search Tree] ( ConvertSortedArrayToBinarySearchTree/convert_sorted_array_to_binary_search_tree.dart )
14
- - [ Find Duplicate File in System] ( FindDuplicateFileInSystem/find_duplicate_file_in_system.dart )
15
- - [ Find Original Array From Double Array] ( FindOriginalArrayFromDoubledArray/find_original_array_from_doubled_array.dart )
16
- - [ Implement str Str] ( ImplementstrStr/implement_strStr.dart )
17
- - [ Length of Last word] ( LengthOfLastWord/length_of_last_word.dart )
18
- - [ Longest Common Prefix] ( LongestCommonPrefix/longest_common_prefix.dart )
19
- - [ Maximum Depth of Binary tree] ( MaximumDepthOfBinaryTree/maximum_depth_of_binary_tree.dart )
20
- - [ Maximum Length of Repeated SubArray] ( MaximumLengthofRepeatedSubarray/maximum_length_of_repeated_subarray.dart )
21
- - [ Maximum Performance of a Team] ( MaximumPerformanceofaTeam/maximum_performance_of_a_team.dart )
22
- - [ Merge Sorted Array] ( MergeSortedArray/merge_sorted_array.dart )
23
- - [ Merge Two Sorted Lists] ( MergeTwoSortedLists/merge_two_sorted_lists.dart )
24
- - [ Minimum Depth of Binary Tree] ( MinimumDepthofBinaryTree/minimum_depth_of_binary_tree.dart )
25
- - [ Palindrome Number] ( PalindromeNumber/palindrome_number.dart )
26
- - [ Pascal's Triangle] ( Pascal'sTriangle/pascals_triangle.dart )
27
- - [ Path Sum] ( PathSum/path_sum.dart )
28
- - [ Plus One] ( PlusOne/plus_one.dart )
29
- - [ Pseudo-Palindrome Path In A Binary Tree] ( Pseudo-PalindromicPathsInABinaryTree/pseudo_palindromic_paths_in_a_binary_tree.dart )
30
- - [ Remove Duplicates From Sorted Array] ( RemoveDuplicatesfromSortedArray/remove_duplicates_from_sorted_array.dart )
31
- - [ Remove Duplicates from Sorted List] ( RemoveDuplicatesfromSortedList/remove_duplicates_from_sorted_list.dart )
32
- - [ Remove Element] ( RemoveElement/remove_element.dart )
33
- - [ Reverse Words In A String III] ( ReverseWordsInAString_III/reverse_words_in_a_string_III.dart )
34
- - [ Roman To Integer] ( RomanToInteger/roman_to_integer.dart )
35
- - [ Same Tree] ( SameTree/same_tree.dart )
36
- - [ Search Insert Position] ( SearchInsertPosition/search_insert_position.dart )
37
- - [ SqrtX] ( SqrtX/sqrt_x.dart )
38
- - [ Sum of Even Number After Queries] ( SumofEvenNumbersAfterQueries/sum_of_even_numbers_after_queries.dart )
39
- - [ Symmetric Tree] ( SymmetricTree/symmetric_tree.dart )
40
- - [ The Number Of week Character In The Game] ( TheNumberOfWeekCharactersInTheGame/the_number_of_week_characters_in_the_game.dart )
41
- - [ Trapping Rain Water] ( TrappingRainWater/trapping_rain_water.dart )
42
- - [ Two Sum] ( TwoSum/twosum.dart )
43
- - [ UFT-8 Validation] ( UTF-8Validation/uft_8_validation.dart )
44
- - [ Valid Parenthesis] ( ValidParentheses/valid_parentheses.dart )
45
- - [ Concatenation of Consecutive Binary Numbers] ( ConcatenationofConsecutiveBinaryNumbers/concatenation_of_consecutive_binary_numbers.dart )
46
- - [ Path Sum II] ( PathSumII/path_sum_II.dart )
47
- - [ Pascal's Triangle II] ( Pascal'sTriangle-II/pascals_riangle_II.dart )
48
- - [ Design Circular Queue] ( DesignCircularQueue/design_circular_queue.dart )
49
- - [ Satisfiability of Equality Equations] ( SatisfiabilityOfEqualityEquations/satisfiability_of_equality_equations.dart )
50
- - [ Best Time to Buy and Sell Stock] ( BestTimeToBuyAndSellStock/best_time_to_buy_and_sell_stock.dart )
51
- - [ Valid Palindrome] ( ValidPalindrome/valid_palindrome.dart )
52
- - [ Push Dominoes] ( PushDominoes/push_dominoes.dart )
53
- - [ Single Number] ( SingleNumber/single_number.dart )
54
- - [ Remove Nth Node From End of List] ( RemoveNthNodeFromEndOfList/remove_nth_node_from_end_of_list.dart )
55
- - [ Linked List Cycle] ( LinkedListCycle/linked_list_cycle.dart )
56
- - [ Binary Tree Preorder Traversal] ( BinaryTreePreorderTraversal/binary_tree_preorder_traversal.dart )
57
- - [ Binary Tree Postorder Traversal] ( BinaryTreePostorderTraversal/binary_tree_postorder_traversal.dart )
58
- - [ Read N Characters Given Read4] ( ReadNCharactersGivenRead4/read_n_characters_given_read4.dart )
59
- - [ Intersection of Two Linked Lists] ( IntersectionOfTwoLinkedLists/intersection_of_two_linked_lists.dart )
60
- - [ Missing Ranges] ( MissingRanges/missing_ranges.dart )
61
- - [ Find K Closest Elements] ( FindKClosestElements/find_k_closest_elements.dart )
62
- - [ Excel Sheet Column Title] ( ExcelSheetColumnTitle/excel_sheet_column_title.dart )
63
- - [ Majority Element] ( MajorityElement/majority_element.dart )
64
- - [ The Skyline Problem] ( TheSkylineProblem/the_skyline_problem.dart )
65
- - [ Two Sum III - Data Structure Design] ( TwoSum-III-DataStructureDesign/two_sum_III_data_structure_design.dart )
66
- - [ Excel Sheet Column Number] ( ExcelSheetColumnNumber/excel_sheet_colum_number.dart )
67
- - [ Decode Ways] ( DecodeWays/decode_ways.dart )
68
- - [ Number of 1 Bits] ( NumberOf-1-Bits/number_of_1_bits.dart )
69
- - [ Reverse Bits] ( ReverseBits/reverse_bits.dart )
70
- - [ Happy Number] ( HappyNumber/happy_number.dart )
71
- - [ Number of Dice Rolls With Target Sum] ( NumberOfDiceRollsWithTargetSum/number_of_dice_rolls_with_target_sum.dart )
72
- - [ Remove Linked List Elements] ( RemoveLinkedListElements/remove_linked_list_elements.dart )
73
- - [ Minimum Time to Make Rope Colorful] ( MinimumTimeToMakeRopeColorful/minimum_time_to_make_rope_colorful.dart )
74
- - [ Isomorphic Strings] ( IsomorphicStrings/isomorphic_strings.dart )
75
- - [ Add One Row to Tree] ( AddOneRowToTree/add_one_row_to_tree.dart )
76
- - [ Time Based Key-Value Store] ( TimeBasedKeyValueStore/time_based_key_value_store.dart )
77
- - [ My Calendar III] ( MyCalendar-III/my_calendar_III.dart )
78
- - [ Reverse Linked List] ( ReverseLinkedList/reverse_linked_list.dart )
79
- - [ Contains Duplicate] ( ContainsDuplicate/contains_duplicate.dart )
80
- - [ Contains Duplicate II] ( ContainsDuplicate-II/contains_duplicate_II.dart )
81
- - [ Implement Stack using Queues] ( ImplementStackUsingQueues/implement_stack_using_queues.dart )
82
- - [ Invert Binary Tree] ( InvertBinaryTree/invert_binary_tree.dart )
83
- - [ Summary Ranges] ( SummaryRanges/summary_ranges.dart )
84
- - [ Power of Two] ( PowerOfTwo/power_of_two.dart )
85
- - [ Implement Queue using Stacks] ( ImplementQueueUsingStacks/implement_queue_using_stacks.dart )
86
- - [ 3Sum Closest] ( 3SumClosest/3_sum_closest.dart )
87
- - [ Two Sum IV - Input is a BST] ( TwoSumIV-InputIsABST/two_sum_IV_input_is_a_bst.dart )
88
- - [ Valid Anagram] ( ValidAnagram/valid_anagram.dart )
89
- - [ Break a Palindrome] ( BreakAPalindrome/break_a_palindrome.dart )
90
- - [ Palindrome Linked List] ( PalindromeLinkedList/palindrome_linked_list.dart )
91
- - [ Increasing Triplet Subsequence] ( IncreasingTripletSubsequence/increasing_triplet_subsequence.dart )
92
- - [ Shortest Word Distance] ( ShortestWordDistance/shortest_word_distance.dart )
93
- - [ Largest Perimeter Triangle] ( LargestPerimeterTriangle/largest_perimeter_triangle.dart )
94
- - [ Binary Tree Paths] ( BinaryTreePaths/binary_tree_paths.dart )
95
- - [ Delete Node in a Linked List] ( DeleteNodeInALinkedList/delete_node_in_a_linked_list.dart )
96
- - [ Strobo-Grammatic Number] ( StrobogrammaticNumber/strobogrammatic_number.dart )
97
- - [ Meeting Rooms] ( MeetingRooms/meeting_rooms.dart )
98
- - [ Delete the Middle Node of a Linked List] ( DeleteTheMiddleNodeOfALinkedList/delete_the_middle_node_of_a_linked_list.dart )
99
- - [ String Compression II] ( StringCompression-II/string_compression_II.dart )
100
- - [ Add Digits] ( AddDigits/add_digits.dart )
101
- - [ Minimum Difficulty of a Job Schedule] ( MinimumDifficultyOfAJobSchedule/minimum_difficulty_of_a_job_schedule.dart )
102
- - [ Check if the Sentence Is Pangram] ( CheckIfTheSentenceIsPangram/check_if_the_sentence_is_pangram.dart )
103
- - [ Count and Say] ( CountAndSay/count_and_say.dart )
104
- - [ Top K Frequent Words] ( TopKFrequentWords/top_k_frequent_words.dart )
105
- - [ Integer to Roman] ( IntegerToRoman/integer_to_roman.dart )
106
- - [ Ugly Number] ( UglyNumber/ugly_number.dart )
107
- - [ Minimum Window Substring] ( MinimumWindowSubstring/minimum_window_substring.dart )
108
- - [ Set Mismatch] ( SetMismatch/set_mismatch.dart )
109
- - [ Maximum Length of a Concatenated String with Unique Characters] ( MaximumLengthOfAConcatenatedStringWithUniqueCharacters/maximum_length_of_a_concatenated_string_with_unique_characters.dart )
110
- - [ Check If Two String Arrays are Equivalent] ( CheckIfTwoStringArraysAreEquivalent/check_if_two_string_arrays_are_equivalent.dart )
111
- - [ Continuous SubArray Sum] ( ContinuousSubarraySum/continuous_subarray_sum.dart )
112
- - [ Image Overlap] ( ImageOverlap/image_overlap.dart )
113
- - [ Group Anagrams] ( GroupAnagrams/group_anagrams.dart )
114
- - [ Earliest Possible Day of Full Bloom] ( EarliestPossibleDayOfFullBloom/earliest_possible_day_of_full_bloom.dart )
115
- - [ Shortest Path in a Grid with Obstacles Elimination] ( ShortestPathInAGridWithObstaclesElimination/shortest_path_in_a_grid_with_obstacles_elimination.dart )
116
- - [ Toeplitz Matrix] ( ToeplitzMatrix/toeplitz_matrix.dart )
117
- - [ Missing Number] ( MissingNumber/missing_number.dart )
118
- - [ First Bad Version] ( FirstBadVersion/first_bad_version.dart )
119
- - [ Move Zeroes] ( MoveZeroes/move_zeroes.dart )
120
- - [ Where Will the Ball Fall] ( WhereWillTheBallFall/where_will_the_ball_fall.dart )
121
- - [ Word Pattern] ( WordPattern/word_pattern.dart )
122
- - [ Nim Game] ( NimGame/nim_game.dart )
123
- - [ Range Sum Query - Immutable] ( RangeSumQuery-Immutable/range_sum_query_immutable.dart )
124
- - [ Minimum Genetic Mutation] ( MinimumGeneticMutation/minimum_genetic_mutation.dart )
125
- - [ Longest Palindrome by Concatenating Two Letter Words] ( LongestPalindromeByConcatenatingTwoLetterWords/longest_palindrome_by_concatenating_two_letter_words.dart )
7
+ - [ ** 67. ** Add Binary] ( AddBinary/add_binary.dart )
8
+ - [ ** 948. ** Bag of Tokens] ( BagOfTokens/bag_of_tokens.dart )
9
+ - [ ** 110. ** Balanced Binary Tree] ( BalancedBinaryTree\balanced_binary_tree.dart )
10
+ - [ ** 188. ** Best Time to Buy and Sell Stock IV] ( BestTimeToBuyAndSellStock_IV/best_time_to_buy_and_sell_stock_IV.dart )
11
+ - [ ** 94. ** Binary Tree In Order Traversal ] ( BinaryTreeInOrderTrasversel/binary_tree_inorder_trasversal.dart )
12
+ - [ ** 70. ** Climbing Stairs] ( ClimbingStairs/climbing_stairs.dart )
13
+ - [ ** 108. ** Convert Sorted Array To Binary Search Tree] ( ConvertSortedArrayToBinarySearchTree/convert_sorted_array_to_binary_search_tree.dart )
14
+ - [ ** 609. ** Find Duplicate File in System] ( FindDuplicateFileInSystem/find_duplicate_file_in_system.dart )
15
+ - [ ** 2007. ** Find Original Array From Double Array] ( FindOriginalArrayFromDoubledArray/find_original_array_from_doubled_array.dart )
16
+ - [ ** 28. ** Implement str Str] ( ImplementstrStr/implement_strStr.dart )
17
+ - [ ** 58. ** Length of Last word] ( LengthOfLastWord/length_of_last_word.dart )
18
+ - [ ** 14. ** Longest Common Prefix] ( LongestCommonPrefix/longest_common_prefix.dart )
19
+ - [ ** 104. ** Maximum Depth of Binary tree] ( MaximumDepthOfBinaryTree/maximum_depth_of_binary_tree.dart )
20
+ - [ ** 718. ** Maximum Length of Repeated SubArray] ( MaximumLengthofRepeatedSubarray/maximum_length_of_repeated_subarray.dart )
21
+ - [ ** 1383. ** Maximum Performance of a Team] ( MaximumPerformanceofaTeam/maximum_performance_of_a_team.dart )
22
+ - [ ** 88. ** Merge Sorted Array] ( MergeSortedArray/merge_sorted_array.dart )
23
+ - [ ** 21. ** Merge Two Sorted Lists] ( MergeTwoSortedLists/merge_two_sorted_lists.dart )
24
+ - [ ** 111. ** Minimum Depth of Binary Tree] ( MinimumDepthofBinaryTree/minimum_depth_of_binary_tree.dart )
25
+ - [ ** 9. ** Palindrome Number] ( PalindromeNumber/palindrome_number.dart )
26
+ - [ ** 118. ** Pascal's Triangle] ( Pascal'sTriangle/pascals_triangle.dart )
27
+ - [ ** 112. ** Path Sum] ( PathSum/path_sum.dart )
28
+ - [ ** 66. ** Plus One] ( PlusOne/plus_one.dart )
29
+ - [ ** 1457 ** . Pseudo-Palindrome Path In A Binary Tree] ( Pseudo-PalindromicPathsInABinaryTree/pseudo_palindromic_paths_in_a_binary_tree.dart )
30
+ - [ ** 26. ** Remove Duplicates From Sorted Array] ( RemoveDuplicatesfromSortedArray/remove_duplicates_from_sorted_array.dart )
31
+ - [ ** 83. ** Remove Duplicates from Sorted List] ( RemoveDuplicatesfromSortedList/remove_duplicates_from_sorted_list.dart )
32
+ - [ ** 27. ** Remove Element] ( RemoveElement/remove_element.dart )
33
+ - [ ** 557. ** Reverse Words In A String III] ( ReverseWordsInAString_III/reverse_words_in_a_string_III.dart )
34
+ - [ ** 13. ** Roman To Integer] ( RomanToInteger/roman_to_integer.dart )
35
+ - [ ** 100. ** Same Tree] ( SameTree/same_tree.dart )
36
+ - [ ** 35. ** Search Insert Position] ( SearchInsertPosition/search_insert_position.dart )
37
+ - [ ** 69. ** SqrtX] ( SqrtX/sqrt_x.dart )
38
+ - [ ** 985. ** Sum of Even Number After Queries] ( SumofEvenNumbersAfterQueries/sum_of_even_numbers_after_queries.dart )
39
+ - [ ** 101. ** Symmetric Tree] ( SymmetricTree/symmetric_tree.dart )
40
+ - [ ** 1996. ** The Number Of week Character In The Game] ( TheNumberOfWeekCharactersInTheGame/the_number_of_week_characters_in_the_game.dart )
41
+ - [ ** 42. ** Trapping Rain Water] ( TrappingRainWater/trapping_rain_water.dart )
42
+ - [ ** 1. ** Two Sum] ( TwoSum/twosum.dart )
43
+ - [ ** 393. ** UFT-8 Validation] ( UTF-8Validation/uft_8_validation.dart )
44
+ - [ ** 20. ** Valid Parenthesis] ( ValidParentheses/valid_parentheses.dart )
45
+ - [ ** 1680. ** Concatenation of Consecutive Binary Numbers] ( ConcatenationofConsecutiveBinaryNumbers/concatenation_of_consecutive_binary_numbers.dart )
46
+ - [ ** 113. ** Path Sum II] ( PathSumII/path_sum_II.dart )
47
+ - [ ** 119. ** Pascal's Triangle II] ( Pascal'sTriangle-II/pascals_riangle_II.dart )
48
+ - [ ** 622. ** Design Circular Queue] ( DesignCircularQueue/design_circular_queue.dart )
49
+ - [ ** 990. ** Satisfiability of Equality Equations] ( SatisfiabilityOfEqualityEquations/satisfiability_of_equality_equations.dart )
50
+ - [ ** 121. ** Best Time to Buy and Sell Stock] ( BestTimeToBuyAndSellStock/best_time_to_buy_and_sell_stock.dart )
51
+ - [ ** 125. ** Valid Palindrome] ( ValidPalindrome/valid_palindrome.dart )
52
+ - [ ** 838. ** Push Dominoes] ( PushDominoes/push_dominoes.dart )
53
+ - [ ** 136. ** Single Number] ( SingleNumber/single_number.dart )
54
+ - [ ** 19. ** Remove Nth Node From End of List] ( RemoveNthNodeFromEndOfList/remove_nth_node_from_end_of_list.dart )
55
+ - [ ** 141. ** Linked List Cycle] ( LinkedListCycle/linked_list_cycle.dart )
56
+ - [ ** 144. ** Binary Tree Preorder Traversal] ( BinaryTreePreorderTraversal/binary_tree_preorder_traversal.dart )
57
+ - [ ** 145. ** Binary Tree Postorder Traversal] ( BinaryTreePostorderTraversal/binary_tree_postorder_traversal.dart )
58
+ - [ ** 157. ** Read N Characters Given Read4] ( ReadNCharactersGivenRead4/read_n_characters_given_read4.dart )
59
+ - [ ** 8160. ** Intersection of Two Linked Lists] ( IntersectionOfTwoLinkedLists/intersection_of_two_linked_lists.dart )
60
+ - [ ** 163. ** Missing Ranges] ( MissingRanges/missing_ranges.dart )
61
+ - [ ** 658. ** Find K Closest Elements] ( FindKClosestElements/find_k_closest_elements.dart )
62
+ - [ ** 168. ** Excel Sheet Column Title] ( ExcelSheetColumnTitle/excel_sheet_column_title.dart )
63
+ - [ ** 169. ** Majority Element] ( MajorityElement/majority_element.dart )
64
+ - [ ** 218. ** The Skyline Problem] ( TheSkylineProblem/the_skyline_problem.dart )
65
+ - [ ** 170. ** Two Sum III - Data Structure Design] ( TwoSum-III-DataStructureDesign/two_sum_III_data_structure_design.dart )
66
+ - [ ** 8171. ** Excel Sheet Column Number] ( ExcelSheetColumnNumber/excel_sheet_colum_number.dart )
67
+ - [ ** 91. ** Decode Ways] ( DecodeWays/decode_ways.dart )
68
+ - [ ** 191. ** Number of 1 Bits] ( NumberOf-1-Bits/number_of_1_bits.dart )
69
+ - [ ** 190. ** Reverse Bits] ( ReverseBits/reverse_bits.dart )
70
+ - [ ** 202. ** Happy Number] ( HappyNumber/happy_number.dart )
71
+ - [ ** 1155. ** Number of Dice Rolls With Target Sum] ( NumberOfDiceRollsWithTargetSum/number_of_dice_rolls_with_target_sum.dart )
72
+ - [ ** 203. ** Remove Linked List Elements] ( RemoveLinkedListElements/remove_linked_list_elements.dart )
73
+ - [ ** 1578. ** Minimum Time to Make Rope Colorful] ( MinimumTimeToMakeRopeColorful/minimum_time_to_make_rope_colorful.dart )
74
+ - [ ** 205. ** Isomorphic Strings] ( IsomorphicStrings/isomorphic_strings.dart )
75
+ - [ ** 623. ** Add One Row to Tree] ( AddOneRowToTree/add_one_row_to_tree.dart )
76
+ - [ ** 981. ** Time Based Key-Value Store] ( TimeBasedKeyValueStore/time_based_key_value_store.dart )
77
+ - [ ** 732. ** My Calendar III] ( MyCalendar-III/my_calendar_III.dart )
78
+ - [ ** 206. ** Reverse Linked List] ( ReverseLinkedList/reverse_linked_list.dart )
79
+ - [ ** 217. ** Contains Duplicate] ( ContainsDuplicate/contains_duplicate.dart )
80
+ - [ ** 219. ** Contains Duplicate II] ( ContainsDuplicate-II/contains_duplicate_II.dart )
81
+ - [ ** 225. ** Implement Stack using Queues] ( ImplementStackUsingQueues/implement_stack_using_queues.dart )
82
+ - [ ** 226. ** Invert Binary Tree] ( InvertBinaryTree/invert_binary_tree.dart )
83
+ - [ ** 228. ** Summary Ranges] ( SummaryRanges/summary_ranges.dart )
84
+ - [ ** 231. ** Power of Two] ( PowerOfTwo/power_of_two.dart )
85
+ - [ ** 232. ** Implement Queue using Stacks] ( ImplementQueueUsingStacks/implement_queue_using_stacks.dart )
86
+ - [ ** 16. ** 3Sum Closest] ( 3SumClosest/3_sum_closest.dart )
87
+ - [ ** 653. ** Two Sum IV - Input is a BST] ( TwoSumIV-InputIsABST/two_sum_IV_input_is_a_bst.dart )
88
+ - [ ** 242. ** Valid Anagram] ( ValidAnagram/valid_anagram.dart )
89
+ - [ ** 1328. ** Break a Palindrome] ( BreakAPalindrome/break_a_palindrome.dart )
90
+ - [ ** 234. ** Palindrome Linked List] ( PalindromeLinkedList/palindrome_linked_list.dart )
91
+ - [ ** 334. ** Increasing Triplet Subsequence] ( IncreasingTripletSubsequence/increasing_triplet_subsequence.dart )
92
+ - [ ** 243. ** Shortest Word Distance] ( ShortestWordDistance/shortest_word_distance.dart )
93
+ - [ ** 976. ** Largest Perimeter Triangle] ( LargestPerimeterTriangle/largest_perimeter_triangle.dart )
94
+ - [ ** 257. ** Binary Tree Paths] ( BinaryTreePaths/binary_tree_paths.dart )
95
+ - [ ** 237. ** Delete Node in a Linked List] ( DeleteNodeInALinkedList/delete_node_in_a_linked_list.dart )
96
+ - [ ** 247. ** Strobo-Grammatic Number] ( StrobogrammaticNumber/strobogrammatic_number.dart )
97
+ - [ ** 252. ** Meeting Rooms] ( MeetingRooms/meeting_rooms.dart )
98
+ - [ ** 2095. ** Delete the Middle Node of a Linked List] ( DeleteTheMiddleNodeOfALinkedList/delete_the_middle_node_of_a_linked_list.dart )
99
+ - [ ** 1531. ** String Compression II] ( StringCompression-II/string_compression_II.dart )
100
+ - [ ** 258. ** Add Digits] ( AddDigits/add_digits.dart )
101
+ - [ ** 1335. ** Minimum Difficulty of a Job Schedule] ( MinimumDifficultyOfAJobSchedule/minimum_difficulty_of_a_job_schedule.dart )
102
+ - [ ** 1832. ** Check if the Sentence Is Pangram] ( CheckIfTheSentenceIsPangram/check_if_the_sentence_is_pangram.dart )
103
+ - [ ** 38. ** Count and Say] ( CountAndSay/count_and_say.dart )
104
+ - [ ** 692. ** Top K Frequent Words] ( TopKFrequentWords/top_k_frequent_words.dart )
105
+ - [ ** 12. ** Integer to Roman] ( IntegerToRoman/integer_to_roman.dart )
106
+ - [ ** 263. ** Ugly Number] ( UglyNumber/ugly_number.dart )
107
+ - [ ** 76. ** Minimum Window Substring] ( MinimumWindowSubstring/minimum_window_substring.dart )
108
+ - [ ** 645. ** Set Mismatch] ( SetMismatch/set_mismatch.dart )
109
+ - [ ** 1239. ** Maximum Length of a Concatenated String with Unique Characters] ( MaximumLengthOfAConcatenatedStringWithUniqueCharacters/maximum_length_of_a_concatenated_string_with_unique_characters.dart )
110
+ - [ ** 1662. ** Check If Two String Arrays are Equivalent] ( CheckIfTwoStringArraysAreEquivalent/check_if_two_string_arrays_are_equivalent.dart )
111
+ - [ ** 523. ** Continuous SubArray Sum] ( ContinuousSubarraySum/continuous_subarray_sum.dart )
112
+ - [ ** 835. ** Image Overlap] ( ImageOverlap/image_overlap.dart )
113
+ - [ ** 49. ** Group Anagrams] ( GroupAnagrams/group_anagrams.dart )
114
+ - [ ** 2136. ** Earliest Possible Day of Full Bloom] ( EarliestPossibleDayOfFullBloom/earliest_possible_day_of_full_bloom.dart )
115
+ - [ ** 1293. ** Shortest Path in a Grid with Obstacles Elimination] ( ShortestPathInAGridWithObstaclesElimination/shortest_path_in_a_grid_with_obstacles_elimination.dart )
116
+ - [ ** 766. ** Toeplitz Matrix] ( ToeplitzMatrix/toeplitz_matrix.dart )
117
+ - [ ** 288. ** Missing Number] ( MissingNumber/missing_number.dart )
118
+ - [ ** 278. ** First Bad Version] ( FirstBadVersion/first_bad_version.dart )
119
+ - [ ** 283. ** Move Zeroes] ( MoveZeroes/move_zeroes.dart )
120
+ - [ ** 1706. ** Where Will the Ball Fall] ( WhereWillTheBallFall/where_will_the_ball_fall.dart )
121
+ - [ ** 290. ** Word Pattern] ( WordPattern/word_pattern.dart )
122
+ - [ ** 292. ** Nim Game] ( NimGame/nim_game.dart )
123
+ - [ ** 303. ** Range Sum Query - Immutable] ( RangeSumQuery-Immutable/range_sum_query_immutable.dart )
124
+ - [ ** 433. ** Minimum Genetic Mutation] ( MinimumGeneticMutation/minimum_genetic_mutation.dart )
125
+ - [ ** 2131. ** Longest Palindrome by Concatenating Two Letter Words] ( LongestPalindromeByConcatenatingTwoLetterWords/longest_palindrome_by_concatenating_two_letter_words.dart )
126
126
127
127
## Reach me via
128
128
0 commit comments