leetcode题库-coding-challenges:记录个人编码练习的进展

时间:2021-06-29 17:46:38
【文件属性】:
文件名称:leetcode题库-coding-challenges:记录个人编码练习的进展
文件大小:46KB
文件格式:ZIP
更新时间:2021-06-29 17:46:38
系统开源 leetcode题库编码挑战 这记录了我在各种编码挑战上的进展,主要是用 C++ 或 Python 编写的。 目前,我用作题库。 # 标题 解决方案 1 , 3 7 , 9 , 10 11 12 13 14 15 17 19 20 21 , 22 23 24 26 33 , 35 , 36 39 41 45 46
【文件预览】:
coding-challenges-master
----cpp()
--------longest_substring_without_repeating_characters.cpp(1KB)
--------reverse_integer.cpp(942B)
--------search_in_rotated_sorted_array.cpp(1KB)
--------two_sum.cpp(396B)
--------search_insert_position.cpp(603B)
--------palindrome_number.cpp(1KB)
--------merge_two_lists.cpp(2KB)
----python()
--------remove_duplicates.py(279B)
--------merge_two_lists.py(760B)
--------letter_combinations.py(856B)
--------regular_expression_matching.py(1KB)
--------first_missing_positive.py(614B)
--------longest_common_prefix.py(2KB)
--------generate_parentheses.py(1KB)
--------three_sum.py(856B)
--------search_insert_position.py(358B)
--------permutations.py(741B)
--------container_with_most_water.py(2KB)
--------valid_parentheses.py(646B)
--------palindrome_number.py(455B)
--------merge_k_sorted_lists.py(2KB)
--------roman_to_int.py(2KB)
--------valid_sudoku.py(2KB)
--------int_to_roman.py(1KB)
--------swap_nodes_in_pairs.py(943B)
--------jump_game_ii.py(490B)
--------remove_nth_node.py(917B)
--------two_sum.py(938B)
--------reverse_integer.py(505B)
--------combination_sum.py(1KB)
----c()
--------701_Insert_Into_A_Binary_Search_Tree.c(1KB)
--------412_Fizz_Buzz.c(743B)
--------216_Invert_Binary_Tree.c(733B)
--------832_Flipping_An_Image.c(631B)
--------7_Reverse_Integer.c(1KB)
--------189_Rotate_Array.c(335B)
--------121_Best_Time_To_Buy_And_Sell_Stock.c(671B)
--------1038_Binary_Search_Tree_To_Greater_Sum_Tree.c(626B)
--------876_Middle_Of_The_Linked_List.c(978B)
--------70_Climbing_Stairs.c(569B)
--------153_Find_Minimum_in_Rotated_Sorted_Array.c(353B)
--------1019_Next_Greater_Node_In_Linked_List.c(1KB)
--------268_Missing_Number.c(412B)
--------20_Valid_Parentheses.c(1KB)
--------48_Rotate_Image.c(2KB)
--------206_Reverse_Linked_List.c(812B)
--------191_Number_Of_1_Bits.c(461B)
--------33_Search_In_Rotated_Sorted_Array.c(1KB)
--------100_Same_Tree.c(1004B)
--------21_Merge_Two_Sorted_Lists.c(2KB)
--------654_Maximum_Binary_Tree.c(1KB)
--------700_Search_In_A_Binary_Tree.c(769B)
--------53_Maximum_Subarray.c(2KB)
--------890_Find_And_Replace_Pattern.c(2KB)
--------234_Palindrome_Linked_List.c(975B)
--------49_Group_Anagrams.c(683B)
--------476_Number_Complement.c(1016B)
--------69_Sqrt_x.c(546B)
--------141_Linked_List_Cycle.c(1KB)
--------442_Find_All_Duplicates_In_An_Array.c(596B)
--------73_Set_Matrix_Zeroes.c(1KB)
--------9_Palindrome_Number.c(1KB)
--------79_Word_Search.c(5KB)
--------3_Longest_Substring_Without_Repeating_Characters.c(1KB)
--------344_Reverse_String.c(509B)
--------54_Spiral_Matrix.c(3KB)
--------83_Remove_Duplicates_From_Sorted_List.c(1KB)
--------238_Product_Of_Array_Except_Self.c(650B)
--------709_To_Lower_Case.c(716B)
--------190_Reverse_Bits.c(513B)
--------905_Sort_Array_By_Parity.c(588B)
--------572_Subtree_Of_Another_Tree.c(891B)
--------977_Squares_Of_A_Sorted_Array.c(321B)
--------217_Contains_Duplicate.c(424B)
--------1051_Height_Checker.c(518B)
--------704_Binary_Search.c(311B)
--------152_Maximum_Product_Subarray.c(685B)
--------242_Valid_Anagram.c(419B)
--------1_Two_Sum.c(540B)
--------104_Maximum_Depth_Of_Binary_Tree.c(640B)
--------125_Valid_Palindrome.c(690B)
--------1008_Construct_Binary_Search_Tree_From_Preorder_Traversal.c(1KB)
--------938_Range_Sum_Of_BST.c(692B)
--------102_Binary_Tree_Level_Order_Tranversal.c(2KB)
--------35_Search_Insert_Position.c(663B)
----README.md(4KB)

网友评论