-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,6 @@ | ||
[cps] [space] [subway] `createSubwaySpace` | ||
|
||
- `branch` -- 找到一站相邻的点 | ||
- `edgeApply` -- 平凡的根据 edge 找到下一个节点 | ||
|
||
[cps] [space] [subway] `createSubwaySpace` -- `sprout` | ||
[cps] [space] add debug options | ||
|
||
[cps] [space] 支持 domain-specific filtering | ||
|
||
- 在 subway 问题中,可以定义一个 normal path 的概念, | ||
然后删除非 normal 的 path,所谓 normal path, | ||
即,没有在一条 line 上下车上车的现象的 path。 | ||
|
||
# later | ||
|
||
[cps] [space] 支持可选的 domain-specific filtering | ||
[cps] [space] `Searching` 的 API 应该是 `take` 之类的。 | ||
|
||
[cps] 也许用深圳的地铁作为例子,并且写一个模仿《百度地图》的前端出来试试。 | ||
|
||
[cps] 实现第三章的代数例子 |