├── README.md ├── [CLOSED--]LEET0134_GAS_STATION.py ├── [CLOSED]LEET0001_TWO_SUM.py ├── [CLOSED]LEET0002_ADD_TWO_NUMBERS.py ├── [CLOSED]LEET0003_LONGEST_SUBSTRING_WITHOUT_REPEATING_CHARS.py ├── [CLOSED]LEET0005_LARGEST_PALINDROME.py ├── [CLOSED]LEET0006_ZIG_ZAG.py ├── [CLOSED]LEET0007_REVERSE_INTEGER.py ├── [CLOSED]LEET0008_ATOI.py ├── [CLOSED]LEET0009_PALINDROME_NUMBER.py ├── [CLOSED]LEET0011_CONTAINER_WITH_MOST_WATER.py ├── [CLOSED]LEET0013_ROMAN_TO_INTEGER.py ├── [CLOSED]LEET0014_LONGEST_COMMON_PREFIX.py ├── [CLOSED]LEET0015_3_SUM_NO_DUPLICATE_TRIPLETS.py ├── [CLOSED]LEET0016_3_SUM_CLOSEST.py ├── [CLOSED]LEET0018_4SUM.py ├── [CLOSED]LEET0020_IS_VALID_PARENTHESIS.py ├── [CLOSED]LEET0022_GENERATE_PARENTHESIS.py ├── [CLOSED]LEET0023_MERGE_K_SORTED_LISTS.py ├── [CLOSED]LEET0026_REMOVE_DUP_IN_PLACE.py ├── [CLOSED]LEET0027_REMOVE_ELEMENT_INPLACE.py ├── [CLOSED]LEET0028_FIRST_OCCURRENCE.py ├── [CLOSED]LEET0029_DIVIDE_TWO_INTEGERS.py ├── [CLOSED]LEET0035_SEARCH_INSERT_POSITION.py ├── [CLOSED]LEET0036_VALID_SUDOKU.py ├── [CLOSED]LEET0041_FIRST_MISSING_POSITIVE.py ├── [CLOSED]LEET0045_JUMP_GAME_II.py ├── [CLOSED]LEET0046_PERMUTATIONS.py ├── [CLOSED]LEET0048_ROTATE_IMAGE.py ├── [CLOSED]LEET0049_GROUP_ANAGRAMS.py ├── [CLOSED]LEET0050_POW_X_N.py ├── [CLOSED]LEET0051_N_QUEENS.py ├── [CLOSED]LEET0052_N_QUEENS_II.py ├── [CLOSED]LEET0053_MAXIMUM_SUBARRAY.py ├── [CLOSED]LEET0054(14lines)_SPIRAL_MATRIX.py ├── [CLOSED]LEET0055_JUMP_GAME.py ├── [CLOSED]LEET0056_MERGE_INTERVALS.py ├── [CLOSED]LEET0057_INSERT_INTERVAL.py ├── [CLOSED]LEET0058_LENGTH_OF_LAST_WORD.py ├── [CLOSED]LEET0059(13lines)_SPIRAL_MATRIX_II.py ├── [CLOSED]LEET0062_UNIQUE_PATHS.py ├── [CLOSED]LEET0063_UNIQUE_PATHS_II.py ├── [CLOSED]LEET0064_MINIMUM_PATH_SUM.py ├── [CLOSED]LEET0066_PLUS_ONE.py ├── [CLOSED]LEET0069_SQUARE_ROOT.py ├── [CLOSED]LEET0070_CLIMBING_CHAIRS.py ├── [CLOSED]LEET0072_EDIT_DISTANCE.py ├── [CLOSED]LEET0073_SET_MATRIX_ZEROES.py ├── [CLOSED]LEET0075_SORT_COLORS.py ├── [CLOSED]LEET0082_REMOVE_DUPLICATES_FROM_SORTED_LIST_II.py ├── [CLOSED]LEET0083_REMOVE_DUPLICATES_FROM_SORTED_LIST.py ├── [CLOSED]LEET0088_MERGE_SORTED_ARRAY.py ├── [CLOSED]LEET0096_BINARY_SEARCH_TREES.py ├── [CLOSED]LEET0118_PASCALS_TRIANGLE.py ├── [CLOSED]LEET0119_PASCALS_TRIANGLE_II.py ├── [CLOSED]LEET0120_TRIANGLE.py ├── [CLOSED]LEET0121_BEST_TIME_TO_BUY_AND_SELL_STOCK.py ├── [CLOSED]LEET0128_longest_consecutive_sequence ├── [CLOSED]LEET0153_FIND_MINIMUM_IN_ROTATED_SORTED_ARRAY.py ├── [CLOSED]LEET0198_HOUSE_ROBBER.py ├── [CLOSED]LEET0213_HOUSE_ROBBER_II.py ├── [CLOSED]LEET0215_Kth_LARGEST_ELEMENT.py ├── [CLOSED]LEET0240_SEARCH_IN_A_2D_MATRIX_II.py ├── [CLOSED]LEET0242_VALID_ANAGRAM ├── [CLOSED]LEET0268_MISSING_NUMBER.py ├── [CLOSED]LEET0274_H_INDEX ├── [CLOSED]LEET0283_MOVE_ZEROS.py ├── [CLOSED]LEET0300_LONGEST_INCREASING_SUBSEQUENCE ├── [CLOSED]LEET0334_INCREASING_TRIPLET_SUBSEQUENCE ├── [CLOSED]LEET0343_INTEGER_BREAK.py ├── [CLOSED]LEET0344_REVERSE_STRING.py ├── [CLOSED]LEET0349_Intersection_Of Two_Arrays.py ├── [CLOSED]LEET0367_Valid_Perfect_Square ├── [CLOSED]LEET0374_GUESS_NUMBER_HIGHER_OR_LOWER ├── [CLOSED]LEET0376_WIGGLE_SUBSEQUENCE.py ├── [CLOSED]LEET0403_JUMP_FROG.py ├── [CLOSED]LEET0412_Fizz_Buzz.py ├── [CLOSED]LEET0414_THIRD_MAXIMUM_NUMBER.py ├── [CLOSED]LEET0438_FIND_ALL_ANAGRAMS_IN_A_STRING ├── [CLOSED]LEET0441_ARRANGING_COINS ├── [CLOSED]LEET0442_FIND_ALL_DUPLICATES.py ├── [CLOSED]LEET0448_Find_All_Numbers _Disappeared_In_An_Array.py ├── [CLOSED]LEET0451_SORT_CHARACTERS_BY_FREQUENCY.py ├── [CLOSED]LEET0479_LARGEST_PALINDROME_PRODUCT.py ├── [CLOSED]LEET0485_MAX_CONSECUTIVE_ONES ├── [CLOSED]LEET0495_TEEMO_ATTACKING ├── [CLOSED]LEET0503_NEXT_GREATER_ELEMENT_2.py ├── [CLOSED]LEET0532_K_DIFF_PAIRS_IN_AN_ARRAY ├── [CLOSED]LEET0561_ARRAY_PARTITION_I ├── [CLOSED]LEETXXXX_LONGEST_COMMON_SUBSEQUENCE.py ├── [OPEN--]LEET0004_MEDIAN_OF_2_SORTED.py ├── [OPEN--]LEET0010_REGEXP.py ├── [OPEN--]LEET0012_INTEGER_TO_ROMAN.py ├── [OPEN--]LEET0017_LETTER_COMBINATIONS.py ├── [OPEN--]LEET0019_REMOVE_NTH_NODE_FROM_LIST.py ├── [OPEN--]LEET0021_MERGE_TWO_SORTED_LISTS.py ├── [OPEN--]LEET0024_SWAP_NODE_IN_PAIRS.py ├── [OPEN--]LEET0025_REVERSE_NODE_IN_K_GROUP.py ├── [OPEN--]LEET0030_SUBSTRING_WITH_CONCATS.py ├── [OPEN--]LEET0031_NEXT_PERMUTATION.py ├── [OPEN--]LEET0032_LONGEST_VALID_PARENTHESIS.py ├── [OPEN--]LEET0033_SEARCH_ROTATED_ARRAY.py ├── [OPEN--]LEET0034_SEARCH_SORTED_RANGE.py ├── [OPEN--]LEET0037_SUDOKU_SOLVER.py ├── [OPEN--]LEET0038_COUNT_AND_SAY.py ├── [OPEN--]LEET0039_COMBINATION_SUM.py ├── [OPEN--]LEET0040_COMBINATION_SUM.py ├── [OPEN--]LEET0042_TRAPPING_RAIN_WATER.py ├── [OPEN--]LEET0043_MULTIPLY_STRINGS.py ├── [OPEN--]LEET0044_WILDCARD_MATCHING.py ├── [OPEN--]LEET0047_PERMUTATIONS_II.py ├── [OPEN--]LEET0060_PERMUTATION_SEQUENCE.py ├── [OPEN--]LEET0061_ROTATE_LIST.py ├── [OPEN--]LEET0065_VALID_NUMBER.py ├── [OPEN--]LEET0067_ADD_BINARY.py ├── [OPEN--]LEET0068_TEXT_JUSTIFICATION.py ├── [OPEN--]LEET0071_SIMPLIFY_PATHS.py ├── [OPEN--]LEET0074_SEARCH_A_2D_MATRIX.py ├── [OPEN--]LEET0076_MINIMUM_WINDOW_SUBSTRING.py ├── [OPEN--]LEET0077_COMBINATIONS.py ├── [OPEN--]LEET0078_SUBSETS.py ├── [OPEN--]LEET0079_WORD_SEARCH.py ├── [OPEN--]LEET0080_REMOVE_DUPLICATES_II.py ├── [OPEN--]LEET0081_SEARCH_IN_ROTATED_SORTED_ARRAY_II.py ├── [OPEN--]LEET0084_LARGEST_RECTANGLE_IN_HISTOGRAM.py ├── [OPEN--]LEET0085_MAXIMAL_RECTANGLE.py ├── [OPEN--]LEET0086_PARTITION_LIST.py ├── [OPEN--]LEET0087_SCRAMBLE_STRING.py ├── [OPEN--]LEET0089_GRAY_CODE.py ├── [OPEN--]LEET0090_SUBSETS_II.py ├── [OPEN--]LEET0091_DECODE_WAYS.py ├── [OPEN--]LEET0092_REVERSE_LINKED_LIST_II.py ├── [OPEN--]LEET0093_RESTORE_IP_ADDRESSES.py ├── [OPEN--]LEET0094_BINARY_TREE_INORDER_TRAVERSAL.py ├── [OPEN--]LEET0095_UNiQUE_BINARY_SEARCH_TREES_II.py ├── [OPEN--]LEET0097_INTERLEAVING_STRING.py ├── [OPEN--]LEET0098_VALIDATE_BINARY_SEARCH_TREE.py ├── [OPEN--]LEET0099_RECOVER_BINARY_SEARCH_TREE.py ├── [OPEN--]LEET0100_SAME_TREE.py ├── [OPEN--]LEET0101_SYMMETRIC_TREE.py ├── [OPEN--]LEET0102_BINARY_TREE_LEVEL_ORDER_TRAVERSAL.py ├── [OPEN--]LEET0103_BINARY_TREE_ZIGZAG_LEVEL_ORDER_TRAVERSAL.py ├── [OPEN--]LEET0104_MAXIMUM_DEPTH_OF_BINARY_TREE.py ├── [OPEN--]LEET0105_CONSTRUCT_BINARY_TREE_FROM_PREORDER_AND_INORDER_TRAVERSAL.py ├── [OPEN--]LEET0106_CONSTRUCT_BINARY_TREE_FROM_INORDER_AND_POSTORDER_TRAVERSAL.py ├── [OPEN--]LEET0107_BINARY_TREE_LEVEL_ORDER_TRAVERSAL_II.py ├── [OPEN--]LEET0108_CONVERT_SORTED_ARRAY_TO_BINARY_SEARCH_TREE.py ├── [OPEN--]LEET0109_CONVERT_SORTED_LIST_TO_BINARY_SEARCH_TREE.py ├── [OPEN--]LEET0110_BALANCED_BINARY_TREE.py ├── [OPEN--]LEET0111_MINIMUM_DEPTH_OF_BINARY_TREE.py ├── [OPEN--]LEET0112_PATH_SUM.py ├── [OPEN--]LEET0113_PATH_SUM_II.py ├── [OPEN--]LEET0114_FLATTEN_BINARY_TREE_TO_LINKED_LIST.py ├── [OPEN--]LEET0115_DISTINCT_SUBSEQUENCES.py ├── [OPEN--]LEET0116_POPULATING_NEXT_RIGHT_POINTERS_IN_EACH_NODE.py ├── [OPEN--]LEET0117_POPULATING_NEXT_RIGHT_POINTERS_IN_EACH_NODE_II.py ├── [OPEN--]LEET0122_BEST_TIME_TO_BUY_AND_SELL_STOCK_II.py ├── [OPEN--]LEET0123_BEST_TIME_TO_BUY_AND_SELL_STOCK_II.py ├── [OPEN--]LEET0124_BINARY_TREE_MAXIMUM_PATH_SUM.py ├── [OPEN--]LEET0125_VALID_PALINDROME.py ├── [OPEN--]LEET0126_WORD_LADDER_II.py ├── [OPEN--]LEET0127_WORD_LADDER.py ├── [OPEN--]LEET0128_LONGEST_CONSECUTIVE_SEQUENCE.py ├── [OPEN--]LEET0129_SUM_ROOT_TO_LEAF_NUMBERS.py ├── [OPEN--]LEET0130_SURROUNDED_REGIONS.py ├── [OPEN--]LEET0131_PALINDROME_PARTITIONING.py ├── [OPEN--]LEET0132_PALINDROME_PARTITIONING_II.py ├── [OPEN--]LEET0133_CLONE_GRAPH.py ├── [OPEN--]LEET0135_CANDY.py ├── [OPEN--]LEET0153_FIND_MINIMUM_IN_ROTATED_SORTED_ARRAY.py ├── [OPEN--]LEET0189_ROTATE_ARRAY.py ├── [OPEN--]LEET0202_HAPPY_NUMBER.py ├── [OPEN--]LEET0214_SHORTEST_PALINDROME.py ├── [OPEN--]LEET0240_SEARCH_A_2D_MATRIX_II.py ├── [OPEN--]LEET0263_UGLY_NUMBER.py ├── [OPEN--]LEET0278_FIRST_BAD_VERSION.py ├── [OPEN--]LEET0373_FIND_K_PAIRS_WITH_SMALLEST_SUMS.py ├── [OPEN--]LEET0452_MINIMUM_NUMBER_OF_ARROWS_TO_BURST_BALLOONS.py └── [OPEN--]LEET0475_HEATERS.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/README.md -------------------------------------------------------------------------------- /[CLOSED--]LEET0134_GAS_STATION.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[CLOSED--]LEET0134_GAS_STATION.py -------------------------------------------------------------------------------- /[CLOSED]LEET0001_TWO_SUM.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[CLOSED]LEET0001_TWO_SUM.py -------------------------------------------------------------------------------- /[CLOSED]LEET0002_ADD_TWO_NUMBERS.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[CLOSED]LEET0002_ADD_TWO_NUMBERS.py -------------------------------------------------------------------------------- /[CLOSED]LEET0003_LONGEST_SUBSTRING_WITHOUT_REPEATING_CHARS.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[CLOSED]LEET0003_LONGEST_SUBSTRING_WITHOUT_REPEATING_CHARS.py -------------------------------------------------------------------------------- /[CLOSED]LEET0005_LARGEST_PALINDROME.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[CLOSED]LEET0005_LARGEST_PALINDROME.py -------------------------------------------------------------------------------- /[CLOSED]LEET0006_ZIG_ZAG.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[CLOSED]LEET0006_ZIG_ZAG.py -------------------------------------------------------------------------------- /[CLOSED]LEET0007_REVERSE_INTEGER.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[CLOSED]LEET0007_REVERSE_INTEGER.py -------------------------------------------------------------------------------- /[CLOSED]LEET0008_ATOI.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[CLOSED]LEET0008_ATOI.py -------------------------------------------------------------------------------- /[CLOSED]LEET0009_PALINDROME_NUMBER.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[CLOSED]LEET0009_PALINDROME_NUMBER.py -------------------------------------------------------------------------------- /[CLOSED]LEET0011_CONTAINER_WITH_MOST_WATER.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[CLOSED]LEET0011_CONTAINER_WITH_MOST_WATER.py -------------------------------------------------------------------------------- /[CLOSED]LEET0013_ROMAN_TO_INTEGER.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[CLOSED]LEET0013_ROMAN_TO_INTEGER.py -------------------------------------------------------------------------------- /[CLOSED]LEET0014_LONGEST_COMMON_PREFIX.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[CLOSED]LEET0014_LONGEST_COMMON_PREFIX.py -------------------------------------------------------------------------------- /[CLOSED]LEET0015_3_SUM_NO_DUPLICATE_TRIPLETS.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[CLOSED]LEET0015_3_SUM_NO_DUPLICATE_TRIPLETS.py -------------------------------------------------------------------------------- /[CLOSED]LEET0016_3_SUM_CLOSEST.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[CLOSED]LEET0016_3_SUM_CLOSEST.py -------------------------------------------------------------------------------- /[CLOSED]LEET0018_4SUM.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[CLOSED]LEET0018_4SUM.py -------------------------------------------------------------------------------- /[CLOSED]LEET0020_IS_VALID_PARENTHESIS.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[CLOSED]LEET0020_IS_VALID_PARENTHESIS.py -------------------------------------------------------------------------------- /[CLOSED]LEET0022_GENERATE_PARENTHESIS.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[CLOSED]LEET0022_GENERATE_PARENTHESIS.py -------------------------------------------------------------------------------- /[CLOSED]LEET0023_MERGE_K_SORTED_LISTS.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[CLOSED]LEET0023_MERGE_K_SORTED_LISTS.py -------------------------------------------------------------------------------- /[CLOSED]LEET0026_REMOVE_DUP_IN_PLACE.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[CLOSED]LEET0026_REMOVE_DUP_IN_PLACE.py -------------------------------------------------------------------------------- /[CLOSED]LEET0027_REMOVE_ELEMENT_INPLACE.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[CLOSED]LEET0027_REMOVE_ELEMENT_INPLACE.py -------------------------------------------------------------------------------- /[CLOSED]LEET0028_FIRST_OCCURRENCE.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[CLOSED]LEET0028_FIRST_OCCURRENCE.py -------------------------------------------------------------------------------- /[CLOSED]LEET0029_DIVIDE_TWO_INTEGERS.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[CLOSED]LEET0029_DIVIDE_TWO_INTEGERS.py -------------------------------------------------------------------------------- /[CLOSED]LEET0035_SEARCH_INSERT_POSITION.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[CLOSED]LEET0035_SEARCH_INSERT_POSITION.py -------------------------------------------------------------------------------- /[CLOSED]LEET0036_VALID_SUDOKU.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[CLOSED]LEET0036_VALID_SUDOKU.py -------------------------------------------------------------------------------- /[CLOSED]LEET0041_FIRST_MISSING_POSITIVE.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[CLOSED]LEET0041_FIRST_MISSING_POSITIVE.py -------------------------------------------------------------------------------- /[CLOSED]LEET0045_JUMP_GAME_II.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[CLOSED]LEET0045_JUMP_GAME_II.py -------------------------------------------------------------------------------- /[CLOSED]LEET0046_PERMUTATIONS.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[CLOSED]LEET0046_PERMUTATIONS.py -------------------------------------------------------------------------------- /[CLOSED]LEET0048_ROTATE_IMAGE.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[CLOSED]LEET0048_ROTATE_IMAGE.py -------------------------------------------------------------------------------- /[CLOSED]LEET0049_GROUP_ANAGRAMS.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[CLOSED]LEET0049_GROUP_ANAGRAMS.py -------------------------------------------------------------------------------- /[CLOSED]LEET0050_POW_X_N.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[CLOSED]LEET0050_POW_X_N.py -------------------------------------------------------------------------------- /[CLOSED]LEET0051_N_QUEENS.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[CLOSED]LEET0051_N_QUEENS.py -------------------------------------------------------------------------------- /[CLOSED]LEET0052_N_QUEENS_II.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[CLOSED]LEET0052_N_QUEENS_II.py -------------------------------------------------------------------------------- /[CLOSED]LEET0053_MAXIMUM_SUBARRAY.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[CLOSED]LEET0053_MAXIMUM_SUBARRAY.py -------------------------------------------------------------------------------- /[CLOSED]LEET0054(14lines)_SPIRAL_MATRIX.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[CLOSED]LEET0054(14lines)_SPIRAL_MATRIX.py -------------------------------------------------------------------------------- /[CLOSED]LEET0055_JUMP_GAME.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[CLOSED]LEET0055_JUMP_GAME.py -------------------------------------------------------------------------------- /[CLOSED]LEET0056_MERGE_INTERVALS.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[CLOSED]LEET0056_MERGE_INTERVALS.py -------------------------------------------------------------------------------- /[CLOSED]LEET0057_INSERT_INTERVAL.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[CLOSED]LEET0057_INSERT_INTERVAL.py -------------------------------------------------------------------------------- /[CLOSED]LEET0058_LENGTH_OF_LAST_WORD.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[CLOSED]LEET0058_LENGTH_OF_LAST_WORD.py -------------------------------------------------------------------------------- /[CLOSED]LEET0059(13lines)_SPIRAL_MATRIX_II.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[CLOSED]LEET0059(13lines)_SPIRAL_MATRIX_II.py -------------------------------------------------------------------------------- /[CLOSED]LEET0062_UNIQUE_PATHS.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[CLOSED]LEET0062_UNIQUE_PATHS.py -------------------------------------------------------------------------------- /[CLOSED]LEET0063_UNIQUE_PATHS_II.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[CLOSED]LEET0063_UNIQUE_PATHS_II.py -------------------------------------------------------------------------------- /[CLOSED]LEET0064_MINIMUM_PATH_SUM.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[CLOSED]LEET0064_MINIMUM_PATH_SUM.py -------------------------------------------------------------------------------- /[CLOSED]LEET0066_PLUS_ONE.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[CLOSED]LEET0066_PLUS_ONE.py -------------------------------------------------------------------------------- /[CLOSED]LEET0069_SQUARE_ROOT.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[CLOSED]LEET0069_SQUARE_ROOT.py -------------------------------------------------------------------------------- /[CLOSED]LEET0070_CLIMBING_CHAIRS.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[CLOSED]LEET0070_CLIMBING_CHAIRS.py -------------------------------------------------------------------------------- /[CLOSED]LEET0072_EDIT_DISTANCE.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[CLOSED]LEET0072_EDIT_DISTANCE.py -------------------------------------------------------------------------------- /[CLOSED]LEET0073_SET_MATRIX_ZEROES.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[CLOSED]LEET0073_SET_MATRIX_ZEROES.py -------------------------------------------------------------------------------- /[CLOSED]LEET0075_SORT_COLORS.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[CLOSED]LEET0075_SORT_COLORS.py -------------------------------------------------------------------------------- /[CLOSED]LEET0082_REMOVE_DUPLICATES_FROM_SORTED_LIST_II.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[CLOSED]LEET0082_REMOVE_DUPLICATES_FROM_SORTED_LIST_II.py -------------------------------------------------------------------------------- /[CLOSED]LEET0083_REMOVE_DUPLICATES_FROM_SORTED_LIST.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[CLOSED]LEET0083_REMOVE_DUPLICATES_FROM_SORTED_LIST.py -------------------------------------------------------------------------------- /[CLOSED]LEET0088_MERGE_SORTED_ARRAY.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[CLOSED]LEET0088_MERGE_SORTED_ARRAY.py -------------------------------------------------------------------------------- /[CLOSED]LEET0096_BINARY_SEARCH_TREES.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[CLOSED]LEET0096_BINARY_SEARCH_TREES.py -------------------------------------------------------------------------------- /[CLOSED]LEET0118_PASCALS_TRIANGLE.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[CLOSED]LEET0118_PASCALS_TRIANGLE.py -------------------------------------------------------------------------------- /[CLOSED]LEET0119_PASCALS_TRIANGLE_II.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[CLOSED]LEET0119_PASCALS_TRIANGLE_II.py -------------------------------------------------------------------------------- /[CLOSED]LEET0120_TRIANGLE.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[CLOSED]LEET0120_TRIANGLE.py -------------------------------------------------------------------------------- /[CLOSED]LEET0121_BEST_TIME_TO_BUY_AND_SELL_STOCK.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[CLOSED]LEET0121_BEST_TIME_TO_BUY_AND_SELL_STOCK.py -------------------------------------------------------------------------------- /[CLOSED]LEET0128_longest_consecutive_sequence: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[CLOSED]LEET0128_longest_consecutive_sequence -------------------------------------------------------------------------------- /[CLOSED]LEET0153_FIND_MINIMUM_IN_ROTATED_SORTED_ARRAY.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[CLOSED]LEET0153_FIND_MINIMUM_IN_ROTATED_SORTED_ARRAY.py -------------------------------------------------------------------------------- /[CLOSED]LEET0198_HOUSE_ROBBER.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[CLOSED]LEET0198_HOUSE_ROBBER.py -------------------------------------------------------------------------------- /[CLOSED]LEET0213_HOUSE_ROBBER_II.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[CLOSED]LEET0213_HOUSE_ROBBER_II.py -------------------------------------------------------------------------------- /[CLOSED]LEET0215_Kth_LARGEST_ELEMENT.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[CLOSED]LEET0215_Kth_LARGEST_ELEMENT.py -------------------------------------------------------------------------------- /[CLOSED]LEET0240_SEARCH_IN_A_2D_MATRIX_II.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[CLOSED]LEET0240_SEARCH_IN_A_2D_MATRIX_II.py -------------------------------------------------------------------------------- /[CLOSED]LEET0242_VALID_ANAGRAM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[CLOSED]LEET0242_VALID_ANAGRAM -------------------------------------------------------------------------------- /[CLOSED]LEET0268_MISSING_NUMBER.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[CLOSED]LEET0268_MISSING_NUMBER.py -------------------------------------------------------------------------------- /[CLOSED]LEET0274_H_INDEX: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[CLOSED]LEET0274_H_INDEX -------------------------------------------------------------------------------- /[CLOSED]LEET0283_MOVE_ZEROS.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[CLOSED]LEET0283_MOVE_ZEROS.py -------------------------------------------------------------------------------- /[CLOSED]LEET0300_LONGEST_INCREASING_SUBSEQUENCE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[CLOSED]LEET0300_LONGEST_INCREASING_SUBSEQUENCE -------------------------------------------------------------------------------- /[CLOSED]LEET0334_INCREASING_TRIPLET_SUBSEQUENCE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[CLOSED]LEET0334_INCREASING_TRIPLET_SUBSEQUENCE -------------------------------------------------------------------------------- /[CLOSED]LEET0343_INTEGER_BREAK.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[CLOSED]LEET0343_INTEGER_BREAK.py -------------------------------------------------------------------------------- /[CLOSED]LEET0344_REVERSE_STRING.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[CLOSED]LEET0344_REVERSE_STRING.py -------------------------------------------------------------------------------- /[CLOSED]LEET0349_Intersection_Of Two_Arrays.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[CLOSED]LEET0349_Intersection_Of Two_Arrays.py -------------------------------------------------------------------------------- /[CLOSED]LEET0367_Valid_Perfect_Square: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[CLOSED]LEET0367_Valid_Perfect_Square -------------------------------------------------------------------------------- /[CLOSED]LEET0374_GUESS_NUMBER_HIGHER_OR_LOWER: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[CLOSED]LEET0374_GUESS_NUMBER_HIGHER_OR_LOWER -------------------------------------------------------------------------------- /[CLOSED]LEET0376_WIGGLE_SUBSEQUENCE.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[CLOSED]LEET0376_WIGGLE_SUBSEQUENCE.py -------------------------------------------------------------------------------- /[CLOSED]LEET0403_JUMP_FROG.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[CLOSED]LEET0403_JUMP_FROG.py -------------------------------------------------------------------------------- /[CLOSED]LEET0412_Fizz_Buzz.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[CLOSED]LEET0412_Fizz_Buzz.py -------------------------------------------------------------------------------- /[CLOSED]LEET0414_THIRD_MAXIMUM_NUMBER.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[CLOSED]LEET0414_THIRD_MAXIMUM_NUMBER.py -------------------------------------------------------------------------------- /[CLOSED]LEET0438_FIND_ALL_ANAGRAMS_IN_A_STRING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[CLOSED]LEET0438_FIND_ALL_ANAGRAMS_IN_A_STRING -------------------------------------------------------------------------------- /[CLOSED]LEET0441_ARRANGING_COINS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[CLOSED]LEET0441_ARRANGING_COINS -------------------------------------------------------------------------------- /[CLOSED]LEET0442_FIND_ALL_DUPLICATES.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[CLOSED]LEET0442_FIND_ALL_DUPLICATES.py -------------------------------------------------------------------------------- /[CLOSED]LEET0448_Find_All_Numbers _Disappeared_In_An_Array.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[CLOSED]LEET0448_Find_All_Numbers _Disappeared_In_An_Array.py -------------------------------------------------------------------------------- /[CLOSED]LEET0451_SORT_CHARACTERS_BY_FREQUENCY.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[CLOSED]LEET0451_SORT_CHARACTERS_BY_FREQUENCY.py -------------------------------------------------------------------------------- /[CLOSED]LEET0479_LARGEST_PALINDROME_PRODUCT.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[CLOSED]LEET0479_LARGEST_PALINDROME_PRODUCT.py -------------------------------------------------------------------------------- /[CLOSED]LEET0485_MAX_CONSECUTIVE_ONES: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[CLOSED]LEET0485_MAX_CONSECUTIVE_ONES -------------------------------------------------------------------------------- /[CLOSED]LEET0495_TEEMO_ATTACKING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[CLOSED]LEET0495_TEEMO_ATTACKING -------------------------------------------------------------------------------- /[CLOSED]LEET0503_NEXT_GREATER_ELEMENT_2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[CLOSED]LEET0503_NEXT_GREATER_ELEMENT_2.py -------------------------------------------------------------------------------- /[CLOSED]LEET0532_K_DIFF_PAIRS_IN_AN_ARRAY: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[CLOSED]LEET0532_K_DIFF_PAIRS_IN_AN_ARRAY -------------------------------------------------------------------------------- /[CLOSED]LEET0561_ARRAY_PARTITION_I: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[CLOSED]LEET0561_ARRAY_PARTITION_I -------------------------------------------------------------------------------- /[CLOSED]LEETXXXX_LONGEST_COMMON_SUBSEQUENCE.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[CLOSED]LEETXXXX_LONGEST_COMMON_SUBSEQUENCE.py -------------------------------------------------------------------------------- /[OPEN--]LEET0004_MEDIAN_OF_2_SORTED.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[OPEN--]LEET0004_MEDIAN_OF_2_SORTED.py -------------------------------------------------------------------------------- /[OPEN--]LEET0010_REGEXP.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[OPEN--]LEET0010_REGEXP.py -------------------------------------------------------------------------------- /[OPEN--]LEET0012_INTEGER_TO_ROMAN.py: -------------------------------------------------------------------------------- 1 | #coding=utf-8 -------------------------------------------------------------------------------- /[OPEN--]LEET0017_LETTER_COMBINATIONS.py: -------------------------------------------------------------------------------- 1 | #coding=utf-8 2 | 3 | #Hint: Better use itertools.product -------------------------------------------------------------------------------- /[OPEN--]LEET0019_REMOVE_NTH_NODE_FROM_LIST.py: -------------------------------------------------------------------------------- 1 | #coding=utf-8 2 | 3 | #Hint: C-style, or Pop -------------------------------------------------------------------------------- /[OPEN--]LEET0021_MERGE_TWO_SORTED_LISTS.py: -------------------------------------------------------------------------------- 1 | #coding=utf-8 2 | 3 | # Multi-way Merge Sort -------------------------------------------------------------------------------- /[OPEN--]LEET0024_SWAP_NODE_IN_PAIRS.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[OPEN--]LEET0024_SWAP_NODE_IN_PAIRS.py -------------------------------------------------------------------------------- /[OPEN--]LEET0025_REVERSE_NODE_IN_K_GROUP.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[OPEN--]LEET0025_REVERSE_NODE_IN_K_GROUP.py -------------------------------------------------------------------------------- /[OPEN--]LEET0030_SUBSTRING_WITH_CONCATS.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[OPEN--]LEET0030_SUBSTRING_WITH_CONCATS.py -------------------------------------------------------------------------------- /[OPEN--]LEET0031_NEXT_PERMUTATION.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[OPEN--]LEET0031_NEXT_PERMUTATION.py -------------------------------------------------------------------------------- /[OPEN--]LEET0032_LONGEST_VALID_PARENTHESIS.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[OPEN--]LEET0032_LONGEST_VALID_PARENTHESIS.py -------------------------------------------------------------------------------- /[OPEN--]LEET0033_SEARCH_ROTATED_ARRAY.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[OPEN--]LEET0033_SEARCH_ROTATED_ARRAY.py -------------------------------------------------------------------------------- /[OPEN--]LEET0034_SEARCH_SORTED_RANGE.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[OPEN--]LEET0034_SEARCH_SORTED_RANGE.py -------------------------------------------------------------------------------- /[OPEN--]LEET0037_SUDOKU_SOLVER.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[OPEN--]LEET0037_SUDOKU_SOLVER.py -------------------------------------------------------------------------------- /[OPEN--]LEET0038_COUNT_AND_SAY.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[OPEN--]LEET0038_COUNT_AND_SAY.py -------------------------------------------------------------------------------- /[OPEN--]LEET0039_COMBINATION_SUM.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[OPEN--]LEET0039_COMBINATION_SUM.py -------------------------------------------------------------------------------- /[OPEN--]LEET0040_COMBINATION_SUM.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[OPEN--]LEET0040_COMBINATION_SUM.py -------------------------------------------------------------------------------- /[OPEN--]LEET0042_TRAPPING_RAIN_WATER.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[OPEN--]LEET0042_TRAPPING_RAIN_WATER.py -------------------------------------------------------------------------------- /[OPEN--]LEET0043_MULTIPLY_STRINGS.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[OPEN--]LEET0043_MULTIPLY_STRINGS.py -------------------------------------------------------------------------------- /[OPEN--]LEET0044_WILDCARD_MATCHING.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[OPEN--]LEET0044_WILDCARD_MATCHING.py -------------------------------------------------------------------------------- /[OPEN--]LEET0047_PERMUTATIONS_II.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[OPEN--]LEET0047_PERMUTATIONS_II.py -------------------------------------------------------------------------------- /[OPEN--]LEET0060_PERMUTATION_SEQUENCE.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[OPEN--]LEET0060_PERMUTATION_SEQUENCE.py -------------------------------------------------------------------------------- /[OPEN--]LEET0061_ROTATE_LIST.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[OPEN--]LEET0061_ROTATE_LIST.py -------------------------------------------------------------------------------- /[OPEN--]LEET0065_VALID_NUMBER.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[OPEN--]LEET0065_VALID_NUMBER.py -------------------------------------------------------------------------------- /[OPEN--]LEET0067_ADD_BINARY.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[OPEN--]LEET0067_ADD_BINARY.py -------------------------------------------------------------------------------- /[OPEN--]LEET0068_TEXT_JUSTIFICATION.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[OPEN--]LEET0068_TEXT_JUSTIFICATION.py -------------------------------------------------------------------------------- /[OPEN--]LEET0071_SIMPLIFY_PATHS.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[OPEN--]LEET0071_SIMPLIFY_PATHS.py -------------------------------------------------------------------------------- /[OPEN--]LEET0074_SEARCH_A_2D_MATRIX.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[OPEN--]LEET0074_SEARCH_A_2D_MATRIX.py -------------------------------------------------------------------------------- /[OPEN--]LEET0076_MINIMUM_WINDOW_SUBSTRING.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[OPEN--]LEET0076_MINIMUM_WINDOW_SUBSTRING.py -------------------------------------------------------------------------------- /[OPEN--]LEET0077_COMBINATIONS.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[OPEN--]LEET0077_COMBINATIONS.py -------------------------------------------------------------------------------- /[OPEN--]LEET0078_SUBSETS.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[OPEN--]LEET0078_SUBSETS.py -------------------------------------------------------------------------------- /[OPEN--]LEET0079_WORD_SEARCH.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[OPEN--]LEET0079_WORD_SEARCH.py -------------------------------------------------------------------------------- /[OPEN--]LEET0080_REMOVE_DUPLICATES_II.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[OPEN--]LEET0080_REMOVE_DUPLICATES_II.py -------------------------------------------------------------------------------- /[OPEN--]LEET0081_SEARCH_IN_ROTATED_SORTED_ARRAY_II.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[OPEN--]LEET0081_SEARCH_IN_ROTATED_SORTED_ARRAY_II.py -------------------------------------------------------------------------------- /[OPEN--]LEET0084_LARGEST_RECTANGLE_IN_HISTOGRAM.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[OPEN--]LEET0084_LARGEST_RECTANGLE_IN_HISTOGRAM.py -------------------------------------------------------------------------------- /[OPEN--]LEET0085_MAXIMAL_RECTANGLE.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[OPEN--]LEET0085_MAXIMAL_RECTANGLE.py -------------------------------------------------------------------------------- /[OPEN--]LEET0086_PARTITION_LIST.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[OPEN--]LEET0086_PARTITION_LIST.py -------------------------------------------------------------------------------- /[OPEN--]LEET0087_SCRAMBLE_STRING.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[OPEN--]LEET0087_SCRAMBLE_STRING.py -------------------------------------------------------------------------------- /[OPEN--]LEET0089_GRAY_CODE.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[OPEN--]LEET0089_GRAY_CODE.py -------------------------------------------------------------------------------- /[OPEN--]LEET0090_SUBSETS_II.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[OPEN--]LEET0090_SUBSETS_II.py -------------------------------------------------------------------------------- /[OPEN--]LEET0091_DECODE_WAYS.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[OPEN--]LEET0091_DECODE_WAYS.py -------------------------------------------------------------------------------- /[OPEN--]LEET0092_REVERSE_LINKED_LIST_II.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[OPEN--]LEET0092_REVERSE_LINKED_LIST_II.py -------------------------------------------------------------------------------- /[OPEN--]LEET0093_RESTORE_IP_ADDRESSES.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[OPEN--]LEET0093_RESTORE_IP_ADDRESSES.py -------------------------------------------------------------------------------- /[OPEN--]LEET0094_BINARY_TREE_INORDER_TRAVERSAL.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[OPEN--]LEET0094_BINARY_TREE_INORDER_TRAVERSAL.py -------------------------------------------------------------------------------- /[OPEN--]LEET0095_UNiQUE_BINARY_SEARCH_TREES_II.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[OPEN--]LEET0095_UNiQUE_BINARY_SEARCH_TREES_II.py -------------------------------------------------------------------------------- /[OPEN--]LEET0097_INTERLEAVING_STRING.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[OPEN--]LEET0097_INTERLEAVING_STRING.py -------------------------------------------------------------------------------- /[OPEN--]LEET0098_VALIDATE_BINARY_SEARCH_TREE.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[OPEN--]LEET0098_VALIDATE_BINARY_SEARCH_TREE.py -------------------------------------------------------------------------------- /[OPEN--]LEET0099_RECOVER_BINARY_SEARCH_TREE.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[OPEN--]LEET0099_RECOVER_BINARY_SEARCH_TREE.py -------------------------------------------------------------------------------- /[OPEN--]LEET0100_SAME_TREE.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[OPEN--]LEET0100_SAME_TREE.py -------------------------------------------------------------------------------- /[OPEN--]LEET0101_SYMMETRIC_TREE.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[OPEN--]LEET0101_SYMMETRIC_TREE.py -------------------------------------------------------------------------------- /[OPEN--]LEET0102_BINARY_TREE_LEVEL_ORDER_TRAVERSAL.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[OPEN--]LEET0102_BINARY_TREE_LEVEL_ORDER_TRAVERSAL.py -------------------------------------------------------------------------------- /[OPEN--]LEET0103_BINARY_TREE_ZIGZAG_LEVEL_ORDER_TRAVERSAL.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[OPEN--]LEET0103_BINARY_TREE_ZIGZAG_LEVEL_ORDER_TRAVERSAL.py -------------------------------------------------------------------------------- /[OPEN--]LEET0104_MAXIMUM_DEPTH_OF_BINARY_TREE.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[OPEN--]LEET0104_MAXIMUM_DEPTH_OF_BINARY_TREE.py -------------------------------------------------------------------------------- /[OPEN--]LEET0105_CONSTRUCT_BINARY_TREE_FROM_PREORDER_AND_INORDER_TRAVERSAL.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[OPEN--]LEET0105_CONSTRUCT_BINARY_TREE_FROM_PREORDER_AND_INORDER_TRAVERSAL.py -------------------------------------------------------------------------------- /[OPEN--]LEET0106_CONSTRUCT_BINARY_TREE_FROM_INORDER_AND_POSTORDER_TRAVERSAL.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[OPEN--]LEET0106_CONSTRUCT_BINARY_TREE_FROM_INORDER_AND_POSTORDER_TRAVERSAL.py -------------------------------------------------------------------------------- /[OPEN--]LEET0107_BINARY_TREE_LEVEL_ORDER_TRAVERSAL_II.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[OPEN--]LEET0107_BINARY_TREE_LEVEL_ORDER_TRAVERSAL_II.py -------------------------------------------------------------------------------- /[OPEN--]LEET0108_CONVERT_SORTED_ARRAY_TO_BINARY_SEARCH_TREE.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[OPEN--]LEET0108_CONVERT_SORTED_ARRAY_TO_BINARY_SEARCH_TREE.py -------------------------------------------------------------------------------- /[OPEN--]LEET0109_CONVERT_SORTED_LIST_TO_BINARY_SEARCH_TREE.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[OPEN--]LEET0109_CONVERT_SORTED_LIST_TO_BINARY_SEARCH_TREE.py -------------------------------------------------------------------------------- /[OPEN--]LEET0110_BALANCED_BINARY_TREE.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[OPEN--]LEET0110_BALANCED_BINARY_TREE.py -------------------------------------------------------------------------------- /[OPEN--]LEET0111_MINIMUM_DEPTH_OF_BINARY_TREE.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[OPEN--]LEET0111_MINIMUM_DEPTH_OF_BINARY_TREE.py -------------------------------------------------------------------------------- /[OPEN--]LEET0112_PATH_SUM.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[OPEN--]LEET0112_PATH_SUM.py -------------------------------------------------------------------------------- /[OPEN--]LEET0113_PATH_SUM_II.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[OPEN--]LEET0113_PATH_SUM_II.py -------------------------------------------------------------------------------- /[OPEN--]LEET0114_FLATTEN_BINARY_TREE_TO_LINKED_LIST.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[OPEN--]LEET0114_FLATTEN_BINARY_TREE_TO_LINKED_LIST.py -------------------------------------------------------------------------------- /[OPEN--]LEET0115_DISTINCT_SUBSEQUENCES.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[OPEN--]LEET0115_DISTINCT_SUBSEQUENCES.py -------------------------------------------------------------------------------- /[OPEN--]LEET0116_POPULATING_NEXT_RIGHT_POINTERS_IN_EACH_NODE.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[OPEN--]LEET0116_POPULATING_NEXT_RIGHT_POINTERS_IN_EACH_NODE.py -------------------------------------------------------------------------------- /[OPEN--]LEET0117_POPULATING_NEXT_RIGHT_POINTERS_IN_EACH_NODE_II.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[OPEN--]LEET0117_POPULATING_NEXT_RIGHT_POINTERS_IN_EACH_NODE_II.py -------------------------------------------------------------------------------- /[OPEN--]LEET0122_BEST_TIME_TO_BUY_AND_SELL_STOCK_II.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[OPEN--]LEET0122_BEST_TIME_TO_BUY_AND_SELL_STOCK_II.py -------------------------------------------------------------------------------- /[OPEN--]LEET0123_BEST_TIME_TO_BUY_AND_SELL_STOCK_II.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[OPEN--]LEET0123_BEST_TIME_TO_BUY_AND_SELL_STOCK_II.py -------------------------------------------------------------------------------- /[OPEN--]LEET0124_BINARY_TREE_MAXIMUM_PATH_SUM.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[OPEN--]LEET0124_BINARY_TREE_MAXIMUM_PATH_SUM.py -------------------------------------------------------------------------------- /[OPEN--]LEET0125_VALID_PALINDROME.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[OPEN--]LEET0125_VALID_PALINDROME.py -------------------------------------------------------------------------------- /[OPEN--]LEET0126_WORD_LADDER_II.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[OPEN--]LEET0126_WORD_LADDER_II.py -------------------------------------------------------------------------------- /[OPEN--]LEET0127_WORD_LADDER.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[OPEN--]LEET0127_WORD_LADDER.py -------------------------------------------------------------------------------- /[OPEN--]LEET0128_LONGEST_CONSECUTIVE_SEQUENCE.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[OPEN--]LEET0128_LONGEST_CONSECUTIVE_SEQUENCE.py -------------------------------------------------------------------------------- /[OPEN--]LEET0129_SUM_ROOT_TO_LEAF_NUMBERS.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[OPEN--]LEET0129_SUM_ROOT_TO_LEAF_NUMBERS.py -------------------------------------------------------------------------------- /[OPEN--]LEET0130_SURROUNDED_REGIONS.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[OPEN--]LEET0130_SURROUNDED_REGIONS.py -------------------------------------------------------------------------------- /[OPEN--]LEET0131_PALINDROME_PARTITIONING.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[OPEN--]LEET0131_PALINDROME_PARTITIONING.py -------------------------------------------------------------------------------- /[OPEN--]LEET0132_PALINDROME_PARTITIONING_II.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[OPEN--]LEET0132_PALINDROME_PARTITIONING_II.py -------------------------------------------------------------------------------- /[OPEN--]LEET0133_CLONE_GRAPH.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[OPEN--]LEET0133_CLONE_GRAPH.py -------------------------------------------------------------------------------- /[OPEN--]LEET0135_CANDY.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[OPEN--]LEET0135_CANDY.py -------------------------------------------------------------------------------- /[OPEN--]LEET0153_FIND_MINIMUM_IN_ROTATED_SORTED_ARRAY.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[OPEN--]LEET0153_FIND_MINIMUM_IN_ROTATED_SORTED_ARRAY.py -------------------------------------------------------------------------------- /[OPEN--]LEET0189_ROTATE_ARRAY.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[OPEN--]LEET0189_ROTATE_ARRAY.py -------------------------------------------------------------------------------- /[OPEN--]LEET0202_HAPPY_NUMBER.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[OPEN--]LEET0202_HAPPY_NUMBER.py -------------------------------------------------------------------------------- /[OPEN--]LEET0214_SHORTEST_PALINDROME.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[OPEN--]LEET0214_SHORTEST_PALINDROME.py -------------------------------------------------------------------------------- /[OPEN--]LEET0240_SEARCH_A_2D_MATRIX_II.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[OPEN--]LEET0240_SEARCH_A_2D_MATRIX_II.py -------------------------------------------------------------------------------- /[OPEN--]LEET0263_UGLY_NUMBER.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[OPEN--]LEET0263_UGLY_NUMBER.py -------------------------------------------------------------------------------- /[OPEN--]LEET0278_FIRST_BAD_VERSION.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[OPEN--]LEET0278_FIRST_BAD_VERSION.py -------------------------------------------------------------------------------- /[OPEN--]LEET0373_FIND_K_PAIRS_WITH_SMALLEST_SUMS.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[OPEN--]LEET0373_FIND_K_PAIRS_WITH_SMALLEST_SUMS.py -------------------------------------------------------------------------------- /[OPEN--]LEET0452_MINIMUM_NUMBER_OF_ARROWS_TO_BURST_BALLOONS.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[OPEN--]LEET0452_MINIMUM_NUMBER_OF_ARROWS_TO_BURST_BALLOONS.py -------------------------------------------------------------------------------- /[OPEN--]LEET0475_HEATERS.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veroyatnost/LeetCode10Py/HEAD/[OPEN--]LEET0475_HEATERS.py --------------------------------------------------------------------------------