文件名称:leetcode卡-30-Day-LeetCoding-Challenge:一个存储我的LeetCode提交的挑战(Python)
文件大小:24KB
文件格式:ZIP
更新时间:2024-07-26 14:24:17
系统开源
leetcode卡30 天 LeetCoding 挑战 完全的! 我为这个挑战提交的 LeetCode 代码库 (Python) 挑战链接: 注意:我还是 Python 新手,所以不要把这个 repo 作为学习 Python 的参考。 我的代码可能不够高效,也不够 Pythonic。
【文件预览】:
30-Day-LeetCoding-Challenge-master
----Day27_Maximal_Square()
--------maximal_square.py(2KB)
----Day14_Perform_String_Shift()
--------perform_string_shift.py(370B)
----Day19_Search_In_Rotated_Sorted_Array()
--------search_in_rotated_sorted_array.py(312B)
----Day7_Counting_Elements()
--------counting_elements.py(2KB)
----Day30_Check_If_A_String_Is_A_continued()
--------check_if_a_string_is_a_continued.py(794B)
----Day9_Backspace_String_Compare()
--------backspace_string_compare.py(675B)
----Day16_Valid_Parenthesis_String()
--------valid_parenthesis_string.py(2KB)
----Day20_Construct_Binary_Search_Tree_From_Preorder_Traversal()
--------construct_binary_search_tree_from_preorder_traversal.py(836B)
----Day3_Maximum_Subarray()
--------maximum_subarray.py(504B)
----Day6_Group_Anagrams()
--------group_anagrams.py(344B)
----Day8_Middle_Of_The_Linked_List()
--------middle_of_the_linked_list.py(471B)
----Day17_Number_Of_Islands()
--------number_of_islands.py(1KB)
----Day2_Happy_Number()
--------happy_number.py(2KB)
----Day28_First_Unique_Number()
--------first_unique_solution.py(1KB)
----Day25_Jump_Game()
--------jump_game.py(303B)
----README.md(389B)
----Day1_Single_Number()
--------single_number.py(509B)
----Day15_Product_Of_Array_Except_Self()
--------product_of_Array_except_self.py(925B)
----Day13_Contiguous_Array()
--------contiguous_array.py(613B)
----Day10_Min_Stack()
--------min_stack.py(797B)
----Day5_Best_Time_To_Buy_And_Sell_Stock_II()
--------best_time_to_buy_and_sell_stock_II.py(898B)
----Day23_Bitwise_AND_Of_Numbers_Range()
--------bitwise_AND_of_numbers_range.py(511B)
----Day26_Longest_Common_Subsequence()
--------longest_common_subsequence.py(1007B)
----Day29_Binary_Tree_Maximum_Path_Sum()
--------binary_tree_maximum_path_sum.py(1KB)
----Day24_LRU_Cache()
--------LRU_cache.py(856B)
----Day4_Move_Zeroes()
--------move_zeroes.py(455B)
----Day22_Subarray_Sum_Equals_K()
--------subarray_sum_equals_k.py(620B)
----Day11_Diameter_Of_Binary_Tree()
--------diameter_of_binary_tree.py(1KB)
----Day12_Last_Stone_Weight()
--------last_stone_weight.py(481B)
----Day18_Minimum_Path_Sum()
--------minimum_path_sum.py(1KB)
----Day21_Leftmost_Column_With_At_Least_A_One()
--------leftmost_column_with_at_least_a_one.py(1KB)