Skip to content

Commit 617b482

Browse files
Merge pull request #4400 from Matistjati/typo-fix
Fix small typo in fracturing search
2 parents 560ed3e + 66e5540 commit 617b482

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/6_Advanced/Fracturing_Search.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ void dfs(int pos, ll cur, int id) {
303303
}
304304
```
305305
306-
Now I'll describe what how the priority queue solution works:
306+
Now I'll describe how the priority queue solution works:
307307
308308
First start with the robot of minimum cost. The robot with second-minimum cost
309309
can be formed by just choosing the second-minimum controller for the first

0 commit comments

Comments
 (0)