Skip to content

Add: translation #548

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

Merged
merged 1 commit into from
May 20, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions readme/1-300.md
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ LeetCode Problems' Solutions
| <span id="197">197</span> | [Rising Temperature](https://leetcode.com/problems/rising-temperature "上升的温度") | [MySQL](https://github.com/openset/leetcode/tree/master/problems/rising-temperature) | Easy |
| <span id="198">198</span> | [House Robber](https://leetcode.com/problems/house-robber "打家劫舍") | [Go](https://github.com/openset/leetcode/tree/master/problems/house-robber) | Easy |
| <span id="199">199</span> | [Binary Tree Right Side View](https://leetcode.com/problems/binary-tree-right-side-view "二叉树的右视图") | [Go](https://github.com/openset/leetcode/tree/master/problems/binary-tree-right-side-view) | Medium |
| <span id="200">200</span> | [Number of Islands](https://leetcode.com/problems/number-of-islands "岛屿的个数") | [Go](https://github.com/openset/leetcode/tree/master/problems/number-of-islands) | Medium |
| <span id="200">200</span> | [Number of Islands](https://leetcode.com/problems/number-of-islands "岛屿数量") | [Go](https://github.com/openset/leetcode/tree/master/problems/number-of-islands) | Medium |
| <span id="201">201</span> | [Bitwise AND of Numbers Range](https://leetcode.com/problems/bitwise-and-of-numbers-range "数字范围按位与") | [Go](https://github.com/openset/leetcode/tree/master/problems/bitwise-and-of-numbers-range) | Medium |
| <span id="202">202</span> | [Happy Number](https://leetcode.com/problems/happy-number "快乐数") | [Go](https://github.com/openset/leetcode/tree/master/problems/happy-number) | Easy |
| <span id="203">203</span> | [Remove Linked List Elements](https://leetcode.com/problems/remove-linked-list-elements "移除链表元素") | [Go](https://github.com/openset/leetcode/tree/master/problems/remove-linked-list-elements) | Easy |
Expand Down Expand Up @@ -351,6 +351,6 @@ LeetCode Problems' Solutions
| <span id="295">295</span> | [Find Median from Data Stream](https://leetcode.com/problems/find-median-from-data-stream "数据流的中位数") | [Go](https://github.com/openset/leetcode/tree/master/problems/find-median-from-data-stream) | Hard |
| <span id="296">296</span> | [Best Meeting Point](https://leetcode.com/problems/best-meeting-point "最佳的碰头地点") 🔒 | [Go](https://github.com/openset/leetcode/tree/master/problems/best-meeting-point) | Hard |
| <span id="297">297</span> | [Serialize and Deserialize Binary Tree](https://leetcode.com/problems/serialize-and-deserialize-binary-tree "二叉树的序列化与反序列化") | [Go](https://github.com/openset/leetcode/tree/master/problems/serialize-and-deserialize-binary-tree) | Hard |
| <span id="298">298</span> | [Binary Tree Longest Consecutive Sequence](https://leetcode.com/problems/binary-tree-longest-consecutive-sequence "二叉树的最长连续序列") 🔒 | [Go](https://github.com/openset/leetcode/tree/master/problems/binary-tree-longest-consecutive-sequence) | Medium |
| <span id="298">298</span> | [Binary Tree Longest Consecutive Sequence](https://leetcode.com/problems/binary-tree-longest-consecutive-sequence "二叉树最长连续序列") 🔒 | [Go](https://github.com/openset/leetcode/tree/master/problems/binary-tree-longest-consecutive-sequence) | Medium |
| <span id="299">299</span> | [Bulls and Cows](https://leetcode.com/problems/bulls-and-cows "猜数字游戏") | [Go](https://github.com/openset/leetcode/tree/master/problems/bulls-and-cows) | Medium |
| <span id="300">300</span> | [Longest Increasing Subsequence](https://leetcode.com/problems/longest-increasing-subsequence "最长上升子序列") | [Go](https://github.com/openset/leetcode/tree/master/problems/longest-increasing-subsequence) | Medium |
16 changes: 8 additions & 8 deletions readme/301-600.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,25 +55,25 @@ LeetCode Problems' Solutions
| # | Title | Solution | Difficulty |
| :-: | - | - | :-: |
| <span id="301">301</span> | [Remove Invalid Parentheses](https://leetcode.com/problems/remove-invalid-parentheses "删除无效的括号") | [Go](https://github.com/openset/leetcode/tree/master/problems/remove-invalid-parentheses) | Hard |
| <span id="302">302</span> | [Smallest Rectangle Enclosing Black Pixels](https://leetcode.com/problems/smallest-rectangle-enclosing-black-pixels "包含黑色像素的最小矩形") 🔒 | [Go](https://github.com/openset/leetcode/tree/master/problems/smallest-rectangle-enclosing-black-pixels) | Hard |
| <span id="302">302</span> | [Smallest Rectangle Enclosing Black Pixels](https://leetcode.com/problems/smallest-rectangle-enclosing-black-pixels "包含全部黑色像素的最小矩形") 🔒 | [Go](https://github.com/openset/leetcode/tree/master/problems/smallest-rectangle-enclosing-black-pixels) | Hard |
| <span id="303">303</span> | [Range Sum Query - Immutable](https://leetcode.com/problems/range-sum-query-immutable "区域和检索 - 数组不可变") | [Go](https://github.com/openset/leetcode/tree/master/problems/range-sum-query-immutable) | Easy |
| <span id="304">304</span> | [Range Sum Query 2D - Immutable](https://leetcode.com/problems/range-sum-query-2d-immutable "二维区域和检索 - 矩阵不可变") | [Go](https://github.com/openset/leetcode/tree/master/problems/range-sum-query-2d-immutable) | Medium |
| <span id="305">305</span> | [Number of Islands II](https://leetcode.com/problems/number-of-islands-ii "岛的数量 II") 🔒 | [Go](https://github.com/openset/leetcode/tree/master/problems/number-of-islands-ii) | Hard |
| <span id="305">305</span> | [Number of Islands II](https://leetcode.com/problems/number-of-islands-ii "岛屿数量 II") 🔒 | [Go](https://github.com/openset/leetcode/tree/master/problems/number-of-islands-ii) | Hard |
| <span id="306">306</span> | [Additive Number](https://leetcode.com/problems/additive-number "累加数") | [Go](https://github.com/openset/leetcode/tree/master/problems/additive-number) | Medium |
| <span id="307">307</span> | [Range Sum Query - Mutable](https://leetcode.com/problems/range-sum-query-mutable "区域和检索 - 数组可修改") | [Go](https://github.com/openset/leetcode/tree/master/problems/range-sum-query-mutable) | Medium |
| <span id="308">308</span> | [Range Sum Query 2D - Mutable](https://leetcode.com/problems/range-sum-query-2d-mutable "二维区域检索求和 - 可变") 🔒 | [Go](https://github.com/openset/leetcode/tree/master/problems/range-sum-query-2d-mutable) | Hard |
| <span id="308">308</span> | [Range Sum Query 2D - Mutable](https://leetcode.com/problems/range-sum-query-2d-mutable "二维区域和检索 - 可变") 🔒 | [Go](https://github.com/openset/leetcode/tree/master/problems/range-sum-query-2d-mutable) | Hard |
| <span id="309">309</span> | [Best Time to Buy and Sell Stock with Cooldown](https://leetcode.com/problems/best-time-to-buy-and-sell-stock-with-cooldown "最佳买卖股票时机含冷冻期") | [Go](https://github.com/openset/leetcode/tree/master/problems/best-time-to-buy-and-sell-stock-with-cooldown) | Medium |
| <span id="310">310</span> | [Minimum Height Trees](https://leetcode.com/problems/minimum-height-trees "最小高度树") | [Go](https://github.com/openset/leetcode/tree/master/problems/minimum-height-trees) | Medium |
| <span id="311">311</span> | [Sparse Matrix Multiplication](https://leetcode.com/problems/sparse-matrix-multiplication "稀疏矩阵的乘法") 🔒 | [Go](https://github.com/openset/leetcode/tree/master/problems/sparse-matrix-multiplication) | Medium |
| <span id="312">312</span> | [Burst Balloons](https://leetcode.com/problems/burst-balloons "戳气球") | [Go](https://github.com/openset/leetcode/tree/master/problems/burst-balloons) | Hard |
| <span id="313">313</span> | [Super Ugly Number](https://leetcode.com/problems/super-ugly-number "超级丑数") | [Go](https://github.com/openset/leetcode/tree/master/problems/super-ugly-number) | Medium |
| <span id="314">314</span> | [Binary Tree Vertical Order Traversal](https://leetcode.com/problems/binary-tree-vertical-order-traversal "二叉树竖直遍历") 🔒 | [Go](https://github.com/openset/leetcode/tree/master/problems/binary-tree-vertical-order-traversal) | Medium |
| <span id="314">314</span> | [Binary Tree Vertical Order Traversal](https://leetcode.com/problems/binary-tree-vertical-order-traversal "二叉树的垂直遍历") 🔒 | [Go](https://github.com/openset/leetcode/tree/master/problems/binary-tree-vertical-order-traversal) | Medium |
| <span id="315">315</span> | [Count of Smaller Numbers After Self](https://leetcode.com/problems/count-of-smaller-numbers-after-self "计算右侧小于当前元素的个数") | [Go](https://github.com/openset/leetcode/tree/master/problems/count-of-smaller-numbers-after-self) | Hard |
| <span id="316">316</span> | [Remove Duplicate Letters](https://leetcode.com/problems/remove-duplicate-letters "去除重复字母") | [Go](https://github.com/openset/leetcode/tree/master/problems/remove-duplicate-letters) | Hard |
| <span id="317">317</span> | [Shortest Distance from All Buildings](https://leetcode.com/problems/shortest-distance-from-all-buildings "建筑物的最短距离") 🔒 | [Go](https://github.com/openset/leetcode/tree/master/problems/shortest-distance-from-all-buildings) | Hard |
| <span id="317">317</span> | [Shortest Distance from All Buildings](https://leetcode.com/problems/shortest-distance-from-all-buildings "离建筑物最近的距离") 🔒 | [Go](https://github.com/openset/leetcode/tree/master/problems/shortest-distance-from-all-buildings) | Hard |
| <span id="318">318</span> | [Maximum Product of Word Lengths](https://leetcode.com/problems/maximum-product-of-word-lengths "最大单词长度乘积") | [Go](https://github.com/openset/leetcode/tree/master/problems/maximum-product-of-word-lengths) | Medium |
| <span id="319">319</span> | [Bulb Switcher](https://leetcode.com/problems/bulb-switcher "灯泡开关") | [Go](https://github.com/openset/leetcode/tree/master/problems/bulb-switcher) | Medium |
| <span id="320">320</span> | [Generalized Abbreviation](https://leetcode.com/problems/generalized-abbreviation "列举缩写") 🔒 | [Go](https://github.com/openset/leetcode/tree/master/problems/generalized-abbreviation) | Medium |
| <span id="320">320</span> | [Generalized Abbreviation](https://leetcode.com/problems/generalized-abbreviation "列举单词的全部缩写") 🔒 | [Go](https://github.com/openset/leetcode/tree/master/problems/generalized-abbreviation) | Medium |
| <span id="321">321</span> | [Create Maximum Number](https://leetcode.com/problems/create-maximum-number "拼接最大数") | [Go](https://github.com/openset/leetcode/tree/master/problems/create-maximum-number) | Hard |
| <span id="322">322</span> | [Coin Change](https://leetcode.com/problems/coin-change "零钱兑换") | [Go](https://github.com/openset/leetcode/tree/master/problems/coin-change) | Medium |
| <span id="323">323</span> | [Number of Connected Components in an Undirected Graph](https://leetcode.com/problems/number-of-connected-components-in-an-undirected-graph "无向图中连通分量的数目") 🔒 | [Go](https://github.com/openset/leetcode/tree/master/problems/number-of-connected-components-in-an-undirected-graph) | Medium |
Expand Down Expand Up @@ -106,12 +106,12 @@ LeetCode Problems' Solutions
| <span id="350">350</span> | [Intersection of Two Arrays II](https://leetcode.com/problems/intersection-of-two-arrays-ii "两个数组的交集 II") | [Go](https://github.com/openset/leetcode/tree/master/problems/intersection-of-two-arrays-ii) | Easy |
| <span id="351">351</span> | [Android Unlock Patterns](https://leetcode.com/problems/android-unlock-patterns "安卓系统手势解锁") 🔒 | [Go](https://github.com/openset/leetcode/tree/master/problems/android-unlock-patterns) | Medium |
| <span id="352">352</span> | [Data Stream as Disjoint Intervals](https://leetcode.com/problems/data-stream-as-disjoint-intervals "将数据流变为多个不相交区间") | [Go](https://github.com/openset/leetcode/tree/master/problems/data-stream-as-disjoint-intervals) | Hard |
| <span id="353">353</span> | [Design Snake Game](https://leetcode.com/problems/design-snake-game "贪吃蛇判定器") 🔒 | [Go](https://github.com/openset/leetcode/tree/master/problems/design-snake-game) | Medium |
| <span id="353">353</span> | [Design Snake Game](https://leetcode.com/problems/design-snake-game "贪吃蛇") 🔒 | [Go](https://github.com/openset/leetcode/tree/master/problems/design-snake-game) | Medium |
| <span id="354">354</span> | [Russian Doll Envelopes](https://leetcode.com/problems/russian-doll-envelopes "俄罗斯套娃信封问题") | [Go](https://github.com/openset/leetcode/tree/master/problems/russian-doll-envelopes) | Hard |
| <span id="355">355</span> | [Design Twitter](https://leetcode.com/problems/design-twitter "设计推特") | [Go](https://github.com/openset/leetcode/tree/master/problems/design-twitter) | Medium |
| <span id="356">356</span> | [Line Reflection](https://leetcode.com/problems/line-reflection "直线镜像") 🔒 | [Go](https://github.com/openset/leetcode/tree/master/problems/line-reflection) | Medium |
| <span id="357">357</span> | [Count Numbers with Unique Digits](https://leetcode.com/problems/count-numbers-with-unique-digits "计算各个位数不同的数字个数") | [Go](https://github.com/openset/leetcode/tree/master/problems/count-numbers-with-unique-digits) | Medium |
| <span id="358">358</span> | [Rearrange String k Distance Apart](https://leetcode.com/problems/rearrange-string-k-distance-apart "k 距离重排字符串") 🔒 | [Go](https://github.com/openset/leetcode/tree/master/problems/rearrange-string-k-distance-apart) | Hard |
| <span id="358">358</span> | [Rearrange String k Distance Apart](https://leetcode.com/problems/rearrange-string-k-distance-apart "K 距离间隔重排字符串") 🔒 | [Go](https://github.com/openset/leetcode/tree/master/problems/rearrange-string-k-distance-apart) | Hard |
| <span id="359">359</span> | [Logger Rate Limiter](https://leetcode.com/problems/logger-rate-limiter "日志速率限制器") 🔒 | [Go](https://github.com/openset/leetcode/tree/master/problems/logger-rate-limiter) | Easy |
| <span id="360">360</span> | [Sort Transformed Array](https://leetcode.com/problems/sort-transformed-array "有序转化数组") 🔒 | [Go](https://github.com/openset/leetcode/tree/master/problems/sort-transformed-array) | Medium |
| <span id="361">361</span> | [Bomb Enemy](https://leetcode.com/problems/bomb-enemy "轰炸敌人") 🔒 | [Go](https://github.com/openset/leetcode/tree/master/problems/bomb-enemy) | Medium |
Expand Down