Skip to content

Commit 6ee3c57

Browse files
author
openset
committed
Update: README
1 parent 8040a2b commit 6ee3c57

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -465,14 +465,14 @@ LeetCode Problems' Solutions
465465
| <span id="628">628</span> | [Maximum Product of Three Numbers](https://leetcode.com/problems/maximum-product-of-three-numbers "三个数的最大乘积") | [Go](https://github.com/openset/leetcode/tree/master/problems/maximum-product-of-three-numbers) | Easy |
466466
| <span id="627">627</span> | [Swap Salary](https://leetcode.com/problems/swap-salary "交换工资") | [MySQL](https://github.com/openset/leetcode/tree/master/problems/swap-salary) | Easy |
467467
| <span id="626">626</span> | [Exchange Seats](https://leetcode.com/problems/exchange-seats "换座位") | [MySQL](https://github.com/openset/leetcode/tree/master/problems/exchange-seats) | Medium |
468-
| <span id="625">625</span> | [Minimum Factorization](https://leetcode.com/problems/minimum-factorization) 🔒 | [Go](https://github.com/openset/leetcode/tree/master/problems/minimum-factorization) | Medium |
468+
| <span id="625">625</span> | [Minimum Factorization](https://leetcode.com/problems/minimum-factorization "最小因式分解") 🔒 | [Go](https://github.com/openset/leetcode/tree/master/problems/minimum-factorization) | Medium |
469469
| <span id="624">624</span> | [Maximum Distance in Arrays](https://leetcode.com/problems/maximum-distance-in-arrays) 🔒 | [Go](https://github.com/openset/leetcode/tree/master/problems/maximum-distance-in-arrays) | Easy |
470470
| <span id="623">623</span> | [Add One Row to Tree](https://leetcode.com/problems/add-one-row-to-tree "在二叉树中增加一行") | [Go](https://github.com/openset/leetcode/tree/master/problems/add-one-row-to-tree) | Medium |
471471
| <span id="622">622</span> | [Design Circular Queue](https://leetcode.com/problems/design-circular-queue "设计循环队列") | [Go](https://github.com/openset/leetcode/tree/master/problems/design-circular-queue) | Medium |
472472
| <span id="621">621</span> | [Task Scheduler](https://leetcode.com/problems/task-scheduler "任务调度器") | [Go](https://github.com/openset/leetcode/tree/master/problems/task-scheduler) | Medium |
473473
| <span id="620">620</span> | [Not Boring Movies](https://leetcode.com/problems/not-boring-movies "有趣的电影") | [MySQL](https://github.com/openset/leetcode/tree/master/problems/not-boring-movies) | Easy |
474474
| <span id="619">619</span> | [Biggest Single Number](https://leetcode.com/problems/biggest-single-number) 🔒 | [MySQL](https://github.com/openset/leetcode/tree/master/problems/biggest-single-number) | Easy |
475-
| <span id="618">618</span> | [Students Report By Geography](https://leetcode.com/problems/students-report-by-geography) 🔒 | [MySQL](https://github.com/openset/leetcode/tree/master/problems/students-report-by-geography) | Hard |
475+
| <span id="618">618</span> | [Students Report By Geography](https://leetcode.com/problems/students-report-by-geography "学生地理信息报告") 🔒 | [MySQL](https://github.com/openset/leetcode/tree/master/problems/students-report-by-geography) | Hard |
476476
| <span id="617">617</span> | [Merge Two Binary Trees](https://leetcode.com/problems/merge-two-binary-trees "合并二叉树") | [Go](https://github.com/openset/leetcode/tree/master/problems/merge-two-binary-trees) | Easy |
477477
| <span id="616">616</span> | [Add Bold Tag in String](https://leetcode.com/problems/add-bold-tag-in-string) 🔒 | [Go](https://github.com/openset/leetcode/tree/master/problems/add-bold-tag-in-string) | Medium |
478478
| <span id="615">615</span> | [Average Salary: Departments VS Company](https://leetcode.com/problems/average-salary-departments-vs-company) 🔒 | [MySQL](https://github.com/openset/leetcode/tree/master/problems/average-salary-departments-vs-company) | Hard |

0 commit comments

Comments
 (0)