Skip to content

Commit

Permalink
一些很小的修改
Browse files Browse the repository at this point in the history
  • Loading branch information
heyppen authored Aug 16, 2019
1 parent 9172a0e commit 4445e68
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1314,7 +1314,7 @@ typedef struct {
int top;
int size;
int increment;
} SqSrack;
} SqStack;
```

![](https://raw.githubusercontent.com/huihut/interview/master/images/SqStack.png)
Expand Down Expand Up @@ -1839,7 +1839,7 @@ B树/B+树 |O(log<sub>2</sub>n) | |

#### 线程之间私有和共享的资源

* 私有:线程栈,寄存器,程序寄存器
* 私有:线程栈,寄存器,程序计数器
* 共享:堆,地址空间,全局变量,静态变量

#### 多进程与多线程间的对比、优劣与选择
Expand Down Expand Up @@ -3358,4 +3358,4 @@ int main( void )
本仓库遵循 CC BY-NC-SA 4.0(署名 - 非商业性使用 - 相同方式共享) 协议,转载请注明出处,不得用于商业目的。
[![CC BY-NC-SA 4.0](https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png)](LICENSE)
[![CC BY-NC-SA 4.0](https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png)](LICENSE)

0 comments on commit 4445e68

Please sign in to comment.