leetcode卡-LeetCode:纯C语言的LeetCode

时间:2021-07-06 20:51:26
【文件属性】:
文件名称:leetcode卡-LeetCode:纯C语言的LeetCode
文件大小:355KB
文件格式:ZIP
更新时间:2021-07-06 20:51:26
系统开源 leetcode卡 LeetCode的每日一题安排 为什么要写这个东西 在不断的刷题中深化自己对于数据结构和算法的理解。 同时强化自己的编码能力。 每天的安排 保证上一天最少要刷一道题,这是不管发生什么都要完成的。 完成之后,将题解和源码上传到GitHub。 刷题的顺序就按照LeetCode上前200的热度排序,然后在学习到某些章节遇到问题的时候,再针对性的刷专题,但是这个属于额外任务。 一些规则 每周进行总结,总结内容包括但不限于,给这周刷到的题目进行分类,找到自己的优势类型和劣势类型,以此安排下一周的额外内容。 当题目分类达到一定量的时候,就可以进行专题的整理。 再做题过程中,记录一些功能性模板。 以一个月为界限,对于前一个月中遇到有困难的题进行二刷,由于遇到困难的题会加入收藏夹,这种操作也可以称为清理收藏夹。 初期,核心模块的思考和编码时间在半个小时到一个小时内,超过时间直接看题解。关于时间的设置后续看情况进行调整。 题解的构成 题解由题干、题目大意、解题思路、代码、总结和参考资料构成。 某些特殊的题目还可以对核心代码进行更详细的解释。 总结中应该包括这个题目的考点类型、自己一开
【文件预览】:
LeetCode-master
----0226 invert_binary_tree()
--------invert_binary_tree.exe(54KB)
--------invert_binary_tree.c(1KB)
--------Invert Binary Tree.md(2KB)
----0009 palindrome_number()
--------palindrome_number.exe(54KB)
--------palindrome_number.c(526B)
--------Palindrome Number.md(2KB)
----0001 two_sum()
--------two_sum.c(1KB)
--------two_sum.exe(56KB)
--------Two Sum.md(4KB)
----0006 zigzag_conversion()
--------zigzag_conversation.exe(53KB)
--------ZigZag Conversion.md(5KB)
--------zigzag_conversation.c(880B)
----0012 Integer_to_Roman()
--------Integer to Roman.md(874B)
--------Integer_to_Roman.c(550B)
----复盘.md(2KB)
----0008 string_to_integer()
--------string_to_integer.exe(53KB)
--------String to Integer.md(5KB)
--------string_to_integer.c(492B)
----0114 flatten_binary_tree_to_linked_list()
--------Flatten Binary Tree to Linked List.md(3KB)
--------flatten_binary_tree_to_linked_list.c(1KB)
--------flatten_binary_tree_to_linked_list.exe(55KB)
----0007 reverse_integer()
--------reverse_integer.c(1KB)
--------reverse_integer.exe(56KB)
--------Reverse Integer.md(3KB)
----.vscode()
--------launch.json(1024B)
--------c_cpp_properties.json(554B)
--------settings.json(80B)
--------tasks.json(637B)
----0230 kth_smallest_element_in_a_BST()
--------kth_smallest_element_in_a_BST.c(1KB)
--------Kth Smallest Element in a BST.md(3KB)
--------kth_smallest_element_in_a_BST.exe(56KB)
----0015 3Sum()
--------3Sum.c(1KB)
--------3Sum.md(2KB)
----0003 longest_substring_without_repeat()
--------Longest Substring Without Repeat.md(3KB)
--------longest_substring_whithout_repeat.c(698B)
--------longest_substring_whithout_repeat.exe(55KB)
----0106 construct_binary_tree_from_inorder_and_postorder_traversal()
--------construct_binary_tree_from_inorder_and_postorder_traversal.c(996B)
--------Construct Binary Tree from Inorder and Postorder Traversal.md(2KB)
--------construct_binary_tree_from_inorder_and_postorder_traversal.exe(56KB)
----0004 median_of_two_sorted_arrays()
--------median_of_two_sorted_arrays.c(2KB)
--------Median of Two Sorted Arrays.md(5KB)
--------median_of_two_sorted_arrays.exe(57KB)
----0538 convert_BST_to_greater_tree()
--------convert_BST_to_greater_tree.exe(55KB)
--------convert_BST_to_greater_tree.c(1KB)
--------Convert BST to Greater Tree.md(4KB)
----README.md(1KB)
----0005 longest_palindromic_substring()
--------Longest Palindromic Substring.md(629B)
--------longest_palindromic_substring.c(356B)
----0105 construct_binary_tree_from_preorder_and_Inorder_traversal()
--------construct_binary_tree_from_preorder_and_Inorder_traversal.exe(56KB)
--------construct_binary_tree_from_preorder_and_Inorder_traversal.c(986B)
--------Construct Binary Tree from Preorder and Inorder Traversal.md(3KB)
----0013 Roman_to_Integer()
--------Roman_to_Integer.c(889B)
--------Roman to Integer.md(1KB)
----0011 Container_With_Most_Water()
--------Container_With_Most_Water.c(345B)
--------Container With Most Water.md(1KB)
----0450 delete_node_in_a_BST()
--------delete_node_in_a_BST.c(861B)
--------Delete Node in a BST.md(3KB)
----0002 add_two_num()
--------add_two_numbers.c(2KB)
--------Add Two Numbers.md(4KB)
--------add_two_numbers.exe(57KB)
----0116 populating_next_right_pointers_in_each_node()
--------populating_next_right_pointers_in_each_node.c(1KB)
--------Populating Next Right Pointers in Each Node.md(4KB)
--------populating_next_right_pointers_in_each_node.exe(55KB)
----0654 maximum_binary_tree()
--------Maximum Binary Tree.md(3KB)
--------maximum_binary_tree.c(815B)
--------maximum_binary_tree.exe(55KB)
----0014 Longest_Common_Prefix()
--------Longest_Common_Prefix.c(300B)
--------Longest Common Prefix.md(646B)
----0010 regular_expression_matching()
--------Regular Expression Matching.md(2KB)

网友评论