leetcode:记录一下我的leetcode刷题之旅

时间:2021-03-10 15:59:40
【文件属性】:
文件名称:leetcode:记录一下我的leetcode刷题之旅
文件大小:39KB
文件格式:ZIP
更新时间:2021-03-10 15:59:40
golang algorithm leetcode Go Leetcode刷题记录 记录一下自己的刷题思路,过渡来源很杂,不只leetcode,还有别的地方的,但是大部分是leetcode。 译文指导我直接写在代码注释里,方便阅读理解。 咨询问题可以联系邮箱或者知乎私信,每天都会看。 在下的邮箱: 知乎ID:钟海宁 目录 译文 类型 代码 艰难 备注 1个 二分查找 ** 2个 动态规划 *** 3 益智 * 4 益智 *** 很好玩的一题,抽象思维 5 斑点 * 6 益智 ; ** 记住logN解法 7 斑点 *** 用右边交换左边的数,从而增量足够小 8 二分查找 * 9 链表 * 10 哈希表 * 11 树 * 12 二分查找 * 13 动态规划 * 14 双指针 * 15 斑点 * 16 弦乐 ** 很好玩的一题 17 动态规划 ** 这题的O(n)解法有点难 18岁 益智 * 找规律
【文件预览】:
leetcode-stable
----test()
--------001.txt(98B)
----LICENSE(1KB)
----.gitignore(108B)
----solutions()
--------008_Search_in_Rotated_Sorted_Array.c(2KB)
--------035_reverse_k_nodes.go(1016B)
--------033_merge_k_sorted_list.go(538B)
--------017_longest_palindromic_substring.go(676B)
--------011_Symmetric_Tree.c(746B)
--------037_strStr.go(233B)
--------025_three_num_sum.go(1KB)
--------023_integer_to_roman.go(517B)
--------045_combination_sum2.go(1KB)
--------006_divide_two_integers.go(857B)
--------032_gen_parentheses.go(628B)
--------021_regular_expression_matching.go(862B)
--------004_Flooded.c(3KB)
--------052_jump_game.go(281B)
--------049_string_multiply.go(802B)
--------027_combinations_phone.go(675B)
--------053_permute.go(564B)
--------014_search_2d_matrix.py(347B)
--------048_trap_water.go(572B)
--------002_Drop_Box.c(2KB)
--------036_remove_elements.go(359B)
--------046_first_missing_positive.go(761B)
--------003_Duplicated_Node.cpp(690B)
--------055_rotate_photo.go(432B)
--------019_reverse_integer.go(320B)
--------012_Pow.c(686B)
--------038_find_words_in_string.go(814B)
--------024_longest_common_prefix.go(444B)
--------010_Valid_Sudoku.py(1KB)
--------018_zigzag_conversion.go(783B)
--------030_valid_parentheses.go(599B)
--------034_swap_adjacent_node.go(762B)
--------005_Remove_Duplicates_Sorted_Array.py(521B)
--------029_rm_node.go(536B)
--------042_solve_sudoku.go(1KB)
--------051_wildcard_matching.go(998B)
--------041_search_insert_index.go(299B)
--------047_check_valid_string.go(1KB)
--------001_Median_Two_Sorted_Arrays.c(3KB)
--------015_two_sum.go(509B)
--------054_permute_unique.go(1007B)
--------028_four_num_sum.go(1KB)
--------009_Add_Two_Sum.c(2KB)
--------020_palindrome_number.go(181B)
--------013_Unique_Path.c(402B)
--------031_merge_sorted_list.go(734B)
--------007_Next_Permutation.py(1KB)
--------006_Divide_Two_Integers.c(1KB)
--------050_string_add.go(814B)
--------040_first_last_index_target.go(808B)
--------016_longest_substring_without_repeating_char.go(613B)
--------022_container_with_most_water.go(698B)
--------043_count_and_say.go(431B)
--------039_longest_valid_parentheses.go(421B)
--------044_combination_sum.go(1016B)
--------026_three_sum_closet.go(761B)
----README.md(13KB)

网友评论