File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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-
132130More LeetCode problems will be added soon.
Original file line number Diff line number Diff 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
238239https://leetcode.cn/problems/closest-equal-element-queries
You can’t perform that action at this time.
0 commit comments