Skip to content

Commit b8572cb

Browse files
committed
Adjusted README.md.
1 parent e6a9caf commit b8572cb

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,4 @@ You can skip the more difficult problems and do them later.
127127
# Others
128128
- [433. Minimum Genetic Mutation](en/1-1000/433-minimum-genetic-mutation.md) was solved in _Python_ and 3 ways.
129129

130-
TODO: Add A* for 127?
131-
132130
More LeetCode problems will be added soon.

en/3001-4000/unorganized.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ Add a table to show the differences between A-Start and breadth-first search
199199
- 1584-min-cost-to-connect-all-points-2.md
200200
- 1514-path-with-maximum-probability.md
201201
- 1334 https://leetcode.com/problems/find-the-city-with-the-smallest-number-of-neighbors-at-a-threshold-distance
202-
- 752 a star
202+
- 752 a star Add A* for 127?
203203
- 3464 https://leetcode.cn/problems/maximize-the-distance-between-points-on-a-square
204204
- https://leetcode.cn/problems/closest-equal-element-queries/
205205
- https://leetcode.cn/problems/rotate-array
@@ -232,7 +232,8 @@ Add a table to show the differences between A-Start and breadth-first search
232232

233233
## Other algorithm
234234
* 线段树 https://leetcode.cn/problems/fruits-into-baskets-iii
235-
*
235+
236+
236237

237238

238239
https://leetcode.cn/problems/closest-equal-element-queries

0 commit comments

Comments
 (0)