Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(translation): house robber #394

Merged
merged 4 commits into from
Jun 27, 2020
Merged

Conversation

EvelynL09
Copy link
Contributor

@EvelynL09 EvelynL09 commented Jun 25, 2020

problems/198.house-robber.en.md Outdated Show resolved Hide resolved
@azl397985856 azl397985856 changed the title translation: house robber feat(translation): house robber Jun 27, 2020
@azl397985856 azl397985856 merged commit c4e392a into azl397985856:master Jun 27, 2020
@EvelynL09 EvelynL09 deleted the trans branch July 14, 2020 05:51
QingShuiXiFan added a commit to QingShuiXiFan/leetcode that referenced this pull request Sep 23, 2020
* fix: 图床迁移

* Update 84.largest-rectangle-in-histogram.md

* feat: $101

* fix: 图片地址错了

* fix: typo

* fix: typo

* fix: 增加图

* feat: $312

* feat: 力扣加加

* Update 238.product-of-array-except-self.md

* feat: 增加复杂度说明

* Update 128.longest-consecutive-sequence.md

* Update 380.insert-delete-getrandom-o1.md

* Update 380.insert-delete-getrandom-o1.md

* Update 380.insert-delete-getrandom-o1.md

* feat: 416 分割等和子集 (azl397985856#374)

Co-authored-by: lucifer <[email protected]>

* Update README.md

* feat(translation):Added translation for 454 (azl397985856#381)

Co-authored-by: lucifer <[email protected]>
Co-authored-by: URpineapple <[email protected]>

* feat: 增加前置知识标签

* Update 875.koko-eating-bananas.md

* Update 167.two-sum-ii-input-array-is-sorted.md

* Update 167.two-sum-ii-input-array-is-sorted.md

* Update 42.trapping-rain-water.md

* Update 84.largest-rectangle-in-histogram.md

* feat: 增加前置知识标签 (azl397985856#384)

为20-40题增加了前置知识标签

* feat: 添加前置知识

* feat:增加前置知识标签 (azl397985856#388)

* feat: 增加前置知识标签 (azl397985856#387)

Co-authored-by: lucifer <[email protected]>

* feat: 为500-1449的题目添加了前置知识标签 (azl397985856#389)

Co-authored-by: lucifer <[email protected]>

* Update bloom-filter.md

* Update bloom-filter.md

* Update bloom-filter.md

* Update bloom-filter.md

* feat: $124 add Python Code

* Update 124.binary-tree-maximum-path-sum.md

* feat(translation): Translate p42 and add cpp solution code (azl397985856#391)

* Update binary-tree-traversal.md

* docs: 更新 README

* Update 820.short-encoding-of-words.md

* Update 820.short-encoding-of-words.md

* Update 820.short-encoding-of-words.md

* Update 820.short-encoding-of-words.md

* Update 820.short-encoding-of-words.md

* Update 820.short-encoding-of-words.md

* fix: $820

* fix: remove useless comment

* Update 90.subsets-ii.md

* Update 39.combination-sum.md

* Update 40.combination-sum-ii.md

* Update 46.permutations.md

* Update 47.permutations-ii.md

* Update 78.subsets.md

* Update 113.path-sum-ii.md

* Update 131.palindrome-partitioning.md

* fix: remove useless comment

* fix: 文件名重命名

* feat: 精简英文版

* Update 102.binary-tree-level-order-traversal.md

* Update 11.container-with-most-water.md

* Update 11.container-with-most-water.md

* Update 11.container-with-most-water.md

* Update 11.container-with-most-water.md

* Update 11.container-with-most-water.md

* feat: add python code

* feat: 复杂度说明

* Update 875.koko-eating-bananas.md

* Update 875.koko-eating-bananas.md

* feat(translation): house robber (azl397985856#394)

Co-authored-by: lucifer <[email protected]>

* fix: typo

* Update 26.remove-duplicates-from-sorted-array.md

* Update 144.binary-tree-preorder-traversal.md

* Update 144.binary-tree-preorder-traversal.md

* Update 144.binary-tree-preorder-traversal.md

* Update 94.binary-tree-inorder-traversal.md

* Update 145.binary-tree-postorder-traversal.md

* Update 102.binary-tree-level-order-traversal.md

* Update binary-tree-traversal.md

* Update binary-tree-traversal.md

* Update binary-tree-traversal.md

* Update bit.md

* Update bit.md

* Update dynamic-programming.md

* Update slide-window.md

* Update 167.two-sum-ii-input-array-is-sorted.md

* feat: $42 增加双指针解法

* feat: add icon mark

* fix: typo

* feat(translation): English version of union find azl397985856#363 (azl397985856#395)

Co-authored-by: suki <[email protected]>

* fix: typo (azl397985856#396)

* feat: $718 $108

* fix: typo

* Update 78.subsets.md

* Update 39.combination-sum.md

* Update 40.combination-sum-ii.md

* Update 46.permutations.md

* Update 47.permutations-ii.md

* Update 90.subsets-ii.md

* Update 113.path-sum-ii.md

* Update 131.palindrome-partitioning.md

* Update 25.reverse-nodes-in-k-groups-cn.md

* Update 32.longest-valid-parentheses.md

* feat: $63

* feat: 括号匹配系列

* Update 92.reverse-linked-list-ii.md

* Update 92.reverse-linked-list-ii.md

* feat:  链表专题

* fix: $79 boundary check (azl397985856#398)

修改
        if (board == null || word == null) return false;
        if (word.length() == 0) return true;
        if (board.length == 0) return false;

* fix: $79 boundary check (azl397985856#397)

* Update binary-tree-traversal.md

* fix: boundary check (azl397985856#399)

if (word.length <= i && dp[i - word.length])

* fix: return type $240 (azl397985856#400)

* feat(translation): translate trie.md to trie.en.md (azl397985856#401)

* fix: $1371(azl397985856#402)

* Update 96.unique-binary-search-trees.md

* feat: $785 $886

* Update 1168.optimize-water-distribution-in-a-village-cn.md

* Update 208.implement-trie-prefix-tree.md

* feat: 前缀树

* feat: 前缀树专题

* Update 312.burst-balloons.md

* Update 312.burst-balloons.md

* Update 312.burst-balloons.md

* Update 312.burst-balloons.md

* Update 312.burst-balloons.md

* Update 312.burst-balloons.md

* fix: 图画错了

* feat(公司标签): 1,2,3,4,5,11,15,21,42,53,124,146,206 (azl397985856#404)

Co-authored-by: ygy <[email protected]>

* feat: $611

* feat: 平衡二叉树专题

* fix: 忘记加 size

* feat: $337

* Update dynamic-programming.md

* Update dynamic-programming.md

* Update dynamic-programming.md

* feat(pl): 371.sum-of-two-integers.md (azl397985856#405)

添加 C++、Java、Python代码支持

* Update 167.two-sum-ii-input-array-is-sorted.md (azl397985856#408)

* Update 167.two-sum-ii-input-array-is-sorted.md

添加C++、Java代码支持

* Update 167.two-sum-ii-input-array-is-sorted.md

* feat(ml): 136.single-number.md (azl397985856#407)

添加C、Java代码支持

* feat(ml): $337 (azl397985856#406)

* Update 337.house-robber-iii.md

添加C++、Java代码支持

* Update 337.house-robber-iii.md

* feat: 使用新浪图床

* Update 130.surrounded-regions.md

* feat(ml):  $155.min-stack.md (azl397985856#410)

添加C++、Java 支持

* Update 1015.smallest-integer-divisible-by-k.md

* Update 155.min-stack.md

* Update 52.N-Queens-II.md

* Update 53.maximum-sum-subarray-cn.md

* Update 900.rle-iterator.md

* feat(ml): $122.best-time-to-buy-and-sell-stock-ii.md (azl397985856#414)

* feat(ml): $121.best-time-to-buy-and-sell-stock.md (azl397985856#413)

添加Java语言支持,微调语言顺序

* feat(ml): $108.convert-sorted-array-to-binary-search-tree.md (azl397985856#412)

添加C++、Python语言支持

* feat(ml): $283.move-zeroes.md (azl397985856#411)

添加Java语言支持

* Update README.md

* Update LICENSE.txt

* Update 1.two-sum.md

* Update 101.symmetric-tree.md

* Update 20.valid-parentheses.md

* Update 21.merge-two-sorted-lists.md

* Update 26.remove-duplicates-from-sorted-array.md

* Update 53.maximum-sum-subarray-cn.md

* Update 88.merge-sorted-array.md

* Update 1.two-sum.md

* Update 20.valid-parentheses.md

* Update 21.merge-two-sorted-lists.md

* Update 26.remove-duplicates-from-sorted-array.md

* Update 1.two-sum.md

* Update 20.valid-parentheses.md

* Update 21.merge-two-sorted-lists.md

* Update 53.maximum-sum-subarray-cn.md

* Update 101.symmetric-tree.md

* Update 104.maximum-depth-of-binary-tree.md

* Update 108.convert-sorted-array-to-binary-search-tree.md

* Update 121.best-time-to-buy-and-sell-stock.md

* Update 122.best-time-to-buy-and-sell-stock-ii.md

* Update 125.valid-palindrome.md

* Update 136.single-number.md

* Update 155.min-stack.md

* Update 155.min-stack.md

* Update 167.two-sum-ii-input-array-is-sorted.md

* Update 169.majority-element.md

* Update 172.factorial-trailing-zeroes.md

* Update 190.reverse-bits.md

* Update 191.number-of-1-bits.md

* Update 198.house-robber.md

* Update 203.remove-linked-list-elements.md

* Update 206.reverse-linked-list.md

* Update 219.contains-duplicate-ii.md

* Update 226.invert-binary-tree.md

* Update 226.invert-binary-tree.md

* Update 232.implement-queue-using-stacks.md

* Update 263.ugly-number.md

* Update 283.move-zeroes.md

* Update 283.move-zeroes.md

* Update 342.power-of-four.md

* Update 349.intersection-of-two-arrays.md

* Update 371.sum-of-two-integers.md

* Update 437.path-sum-iii.md

* Update 455.AssignCookies.md

* Rename 501.Find-Mode-in-Binary-Search-Tree.md to 501.Find-Mode-in-Binary-Search-Tree-en.md

* Update README.md

* Update README.en.md

* Update 575.distribute-candies.md

* Update 874.walking-robot-simulation.md

* Update 1260.shift-2d-grid.md

* Update 1260.shift-2d-grid.md

* Update 1332.remove-palindromic-subsequences.md

* Update 322.coin-change.md

* feat: 增加公司标签,字节、bat (azl397985856#415)

Co-authored-by: ygy <[email protected]>

* Rename 4.median-of-two-sorted-array.md to 4.median-of-two-sorted-arrays.md

* Update README.md

* Rename 15.3-sum.md to 15.3sum.md

* Update README.md

* feat: project overview

* Update README.md

* Update README.md

* feat: 增加动态规划的跳转链接

* feat: 重构主页

* fix: 路径

* feat: 删除没必要的内容

* feat(ml):$263.ugly-number.md (azl397985856#416)

* feat: 插件状态更新

* feat: 91

* feat: 删除没用的

* feat: leetcode-cheat

* feat: 模板

* feat(ml): Update 55.jump-game.md (azl397985856#417)

添加C++、Java支持

* feat: 科学

* feat: 科学

* Update 1262.greatest-sum-divisible-by-three.md

* Update dynamic-programming.md

* Update 124.binary-tree-maximum-path-sum.md

* Update 62.unique-paths.md

* Update 62.unique-paths.md

* Update 62.unique-paths.md

* Update 198.house-robber.md

* Update 198.house-robber.md

Co-authored-by: lucifer <[email protected]>
Co-authored-by: lucifer <[email protected]>
Co-authored-by: feikerwu <[email protected]>
Co-authored-by: URpineapple <[email protected]>
Co-authored-by: URpineapple <[email protected]>
Co-authored-by: Mingkun <[email protected]>
Co-authored-by: lspeer <[email protected]>
Co-authored-by: Haiwei <[email protected]>
Co-authored-by: Suki_Yeung <[email protected]>
Co-authored-by: suki <[email protected]>
Co-authored-by: tudoo <[email protected]>
Co-authored-by: Alexzzl <[email protected]>
Co-authored-by: 羽飞 <[email protected]>
Co-authored-by: ygy <[email protected]>
Co-authored-by: Zong <[email protected]>
azl397985856 added a commit that referenced this pull request Aug 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants