没有合适的资源?快使用搜索试试~ 我知道了~
leetcode答案-leetcode:算法复盘
共94个文件
go:64个
py:26个
md:2个
需积分: 5 0 下载量 91 浏览量
2021-06-30
01:15:55
上传
评论
收藏 996KB ZIP 举报
温馨提示
leetcode 答案 算法心得 大纲 解算法 = 思路->思路验证->直译->结果验证 进步 = 解算法->看高手答案->临摹->形成后续TODO 我的毛病 容易跑偏,要直译,要直译,要直译!重要的事情说三遍。No.43 爱用缓存,特别是lst。很多都是可以直接求出来的,或者不用中间层就可以算好的。No.43 极速返回结果的特殊情况,多考虑一下 No.43 总结套路 vs自己 1)多次答案改进,为什么没一开始想到 vs高手 a) 命名 b) 行数 c) 思路 d) 技巧 e) 可读性 f) 此题感悟 此题其它感悟 感悟 提前优化是万恶之源 # leetcode. No(34, ) 直译思路,遇到困难,或者难翻译的地方不要想着跳过去 # leetcode.No(40, ) 算法思路 不要怕破坏原始结构,例如排序、图edges # 旷视面试 正着循环的算法 看看可以根据情况倒着来吗 思路正确性 在手动验证算法思路时,要根据testcase的多个维度制造,比如nums []int, 要从排序,长度等维度来造几个数据 算法速度 不用递归 No.44(wildcard matching) No
资源推荐
资源详情
资源评论
收起资源包目录
leetcode-master.zip (94个子文件)
leetcode-master
py
042_TrappingRainWater.py 61KB
116_populating-next-right-pointers-in-each-node.py 3KB
122_best_time_to_buy_and_sell_stock_ii.py 748B
011_containerWithMostWater.py 188KB
144_binary_tree_preorder_traversal.py 804B
095_unique_binary_search_trees_II.py 3KB
052_n-queens-ii.py 3KB
136_single_number.py 1KB
101_symmetric_tree.py 2KB
096_binary_tree_inorder_traversal.py 960B
096_unique_binary_search_trees.py 1KB
012_Integer-to-Roman.py 1KB
013_Roman-to-Integer.py 913B
064_minimum_path_sum.py 1KB
217_contains-duplicate.py 344B
100_same_tree.py 1KB
171_excel_sheet_column_number.py 634B
191_number_of_1_bits.py 1KB
172_factorial-trailing-zeroes.py 2KB
059_spiral_matrix2.py 1KB
104_maximum_depth_of_binary_tree.py 5KB
189_rotate_array.py 2KB
035_search_insert_position.py 715B
141_linked_list_cycle.py 684B
038_count_and_say.py 1KB
go
044_wildcard_matching
44_wildcard_matching.go 14KB
004_median_of_two_sorted_arrays
median_of_two_sorted_arrays.go 1KB
030_substring_with_concatenation_of_all_words
30_substring_with_concatenation_of_all_words.go 7KB
363_max_sum_of_rectangle_no_larger_than_k
363_max_sum_of_rectangle_no_larger_than_k.go 1KB
045_jump_game_ii
045_jump_game_ii.go 3KB
687_longest_univalue_path
687_longest_univalue_path.go 3KB
028_implement_strstr
implement_strstr_28.go 2KB
307_range_sum_query_mutable
307_range_sum_query_mutable.go 1KB
211_add_and_search_word_data_structure_design
211_add_and_search_word_data_structure_design.go 7KB
005_longest_palindromic_substring
longest_palindromic_substring_5.go 897B
247_strobogrammatic_number_ii
247_strobogrammatic_number_ii.go 1004B
031_next_permutation
31_next_permutation.go 1KB
454_4sum_18_2nd
4sum_2nd.go 3KB
008_string_to_integer_atoi
string_to_integer_atoi_8.go 1KB
037_sudoku_solver
37_sudoku_solver.go 7KB
069_sqrtx
69_sqrtx.go 0B
032_longest_valid_parentheses
32_longest_valid_parentheses.go 1KB
036_valid_sudoku
36_valid_sudoku.go 6KB
043_multiply_strings
43_multiply_strings.go 7KB
007_reverse_integer
reverse_integer_7 2.22MB
reverse_integer.go 549B
016_3sum_closest
3sum_closest.go 4KB
039_combination_sum
39_combination_sum.go 5KB
020_valid_parentheses
valid_parentheses.go 1KB
055_jump_game
55_jump_game.go 141KB
056_merge_intervals
056_merge_intervals.go 743B
329_longest_increasing_path_in_a_matrix
329_longest_increasing_path_in_a_matrix.go 4KB
054_spiral_matrix
054_spiral_matrix.go 1KB
023_merge_k_sorted_lists
merge_k_sorted_lists.go 3KB
058_length_of_last_word
058_length_of_last_word.go 747B
315_count_of_smaller_numbers_after_self
315_count_of_smaller_numbers_after_self.go 8KB
051_n_queens
051_n_queens.go 2KB
041_first_missing_positive
41_first_missing_positive.go 427B
010_regular_expression_matching
regular_expression_matching_10.go 2KB
047_permutations_ii
047_permutations_ii.go 743B
017_letter_combinations_of_a_phone_number
letter_combinations_of_a_phone_number_17.go 1KB
001_twosum
twosum.go 404B
060_permutation_sequence
060_permutation_sequence.go 418B
60_permutation_sequence.go 0B
050_powx_n
50_powx_n.go 1KB
002_add_two_numbers
add_two_number.2.go 955B
063_unique_paths_ii
63_unique_paths_ii.go 0B
063_unique_paths_ii.go 413B
057_insert_interval
057_insert_interval.go 743B
033_search_in_rotated_sorted_array
33_search_in_rotated_sorted_array.go 3KB
025_reverse_nodes_in_k_group
reverse_nodes_in_k_group_25.go 3KB
014_longest_common_prefix
longest_common_prefix_14.go 1KB
009_palindrome_number
palindrome_number_9.go 2KB
068_text_justification
68_text_justification.go 0B
018_4sum
4sum.go 2KB
003_longest_substring_without_repeating_characters
longest_substring_without_repeating_characters_3.go 615B
067_add_binary
67_add_binary.go 0B
067_add_binary.go 408B
061_rotate_list
061_rotate_list.go 409B
61_rotate_list.go 0B
065_valid_number
065_valid_number.go 410B
65_valid_number.go 0B
040_combination_sum_ii
40_combination_sum_ii.go 3KB
049_group_anagrams
049_group_anagrams.go 742B
310_minimum_height_trees
310_minimum_height_trees.go 115KB
261_graph_valid_tree
261_graph_valid_tree.go 1KB
034_search_for_a_range
34_search_for_a_range.go 4KB
019_remove_nth_node_from_end_of_list
remove_nth_node_from_end_of_list.go 1KB
486_predict_the_winner
486_predict_the_winner.go 1KB
006_zigzag_conversion
zigzag_conversion_6.go 1KB
words.md 63B
README.md 3KB
mianshi
water_flow.py 583B
.gitignore 6B
共 94 条
- 1
资源评论
weixin_38703895
- 粉丝: 4
- 资源: 910
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- qimo_text.zip
- 3CDaemon-FTP、syslog、TFTP服务器模拟程序
- 2024年企业级聊天机器人应用与优化指南
- 新能源汽车行业2025年度策略:行业触底回升,新技术加速落地.pdf
- 中国银河-钢铁行业深度报告:供需格局改善,行业产能优化强者更强.pdf
- 电力设备及新能源行业2025年年度投资策略:行业触底,复苏在即.pdf
- OTA行业深度报告:春暖花开,奔赴山海.pdf
- AI深度洞察系列报告(三):Scale up与Scaleout组网变化趋势如何看?.pdf
- 玛莎拉蒂年会活动方案.pdf
- 提升企业开源开发有效性和影响力的路线图 .pdf
- 推动应用创新的九大 AI 趋势.pdf
- 欧洲的开源成熟度:2024年的里程碑、机遇与路径研究报告(英文版).pdf
- 2024年量子技术研究报告:投资于拐点(英文版).pdf
- 2024年地中海南部和东部(SEMED)新就业形态与平台工作研究报告(英文版).pdf
- 2024年环境经济核算体系-生态系统核算报告(英文版).pdf
- 2024年东南亚的可持续航空燃料基于生物的解决办法的区域视角报告(英文版).pdf
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功