vscode提交leetcode-leetcode:最后...leetcode练习

时间:2024-07-20 13:57:47
【文件属性】:

文件名称:vscode提交leetcode-leetcode:最后...leetcode练习

文件大小:49KB

文件格式:ZIP

更新时间:2024-07-20 13:57:47

系统开源

vscode提交leetcode 我的leetcode练习笔记 结构 代码在根路径中,每个cpp文件都是一个问题的解决方案 有关特定问题的解决方案的一些说明在目录中。 我使用的工具 我使用扩展来测试和调试本地并提交我确定我的解决方案有效。 通常我会先做一个蛮力suluiton,然后做更多的优化veriosns。 举个例子: class Solution { public: vector< int > countBits ( int num) { return kernighan (num); } private: vector< int > brute_fource ( const int num) const { vector< int > ret (num + 1 , 0 ); constexpr auto integer_size = sizeof ( int ) * 8 ; for ( int i = 1 ; i <= num; ++i) { unsigned char sum = 0 ; for ( size_t j = 0 ; j < integer_size; ++j)


【文件预览】:
leetcode-master
----106.construct-binary-tree-from-inorder-and-postorder-traversal.cpp(2KB)
----5397_simplified_fractions.cpp(1KB)
----CMakeLists.txt(726B)
----1046.last-stone-weight.cpp(2KB)
----.gitignore(52B)
----deps()
--------magic_enum()
--------fmt()
--------doctest()
----README.md(2KB)
----145.binary-tree-postorder-traversal.cpp(2KB)
----.gitmodules(277B)
----136.single-number.cpp(1KB)
----1451_rearrange_words_in_a_sequence.cpp(1KB)
----202.happy-number.cpp(1KB)
----dduplicate_zeros.cpp(783B)
----double_linked_list.cpp(4KB)
----101.symmetric-tree.cpp(3KB)
----49.group-anagrams.cpp(2KB)
----144.binary-tree-preorder-traversal.cpp(2KB)
----283.move-zeroes.cpp(2KB)
----101_test_case.txt(37B)
----844.backspace-string-compare.cpp(953B)
----102_test_case.txt(48B)
----876.middle-of-the-linked-list.cpp(2KB)
----105.construct-binary-tree-from-preorder-and-inorder-traversal.cpp(2KB)
----398.random-pick-index.cpp(747B)
----116.populating-next-right-pointers-in-each-node.cpp(2KB)
----53.maximum-subarray.cpp(55KB)
----common()
--------common.hpp(868B)
--------stopwatch.h(2KB)
----notes()
--------README.md(64B)
--------maximum_sum_subarray.md(1KB)
--------counting_bits.md(762B)
----112.path-sum.cpp(2KB)
----5398_count_good_nodes_in_binary_tree.cpp(747B)
----104.maximum-depth-of-binary-tree.cpp(860B)
----4.median-of-two-sorted-arrays.cpp(3KB)
----338.counting-bits.cpp(2KB)
----122.best-time-to-buy-and-sell-stock-ii.cpp(1KB)
----5396_consecutive_characters.cpp(804B)
----102.binary-tree-level-order-traversal.cpp(2KB)
----155.min-stack.cpp(5KB)
----112_test_case.txt(52B)
----94.binary-tree-inorder-traversal.cpp(2KB)
----play_ground.cpp(5KB)
----1.two-sum.cpp(999B)

网友评论