Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
xieyuheng committed Aug 17, 2023
1 parent e2ad164 commit b240035
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/books/反应网编程/src/00-序.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ title: 序

如何用图来编码数据呢?

假设我们要编码最简单的数据 —— 自然数,
假设我们要编码最简单的数据 -- 自然数,
我们可以模仿上古结绳计数,用节点来记录个数。

```
(零)
(零)(加一)
(零)(加一)(加一)
(零)(加一)(加一)(加一)
(零)--
(零)--(加一)--
(零)--(加一)--(加一)--
(零)--(加一)--(加一)--(加一)--
```

0 comments on commit b240035

Please sign in to comment.