mirror of
https://github.com/halfrost/LeetCode-Go.git
synced 2025-07-05 00:25:22 +08:00
添加内容
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
# [815. Bus Routes](https://leetcode.com/problems/bus-routes/)
|
||||
|
||||
|
||||
## 题目:
|
||||
## 题目
|
||||
|
||||
We have a list of bus routes. Each `routes[i]` is a bus route that the i-th bus repeats forever. For example if `routes[0] = [1, 5, 7]`, this means that the first bus (0-th indexed) travels in the sequence 1->5->7->1->5->7->1->... forever.
|
||||
|
||||
|
Reference in New Issue
Block a user