Update READMEs.

This commit is contained in:
Oleksii Trekhleb
2018-06-22 15:04:28 +03:00
parent e53f5f909d
commit b65a992452
2 changed files with 30 additions and 24 deletions

View File

@@ -11,9 +11,15 @@ are needed, which indicates that the list is sorted.
## Complexity
###### time: worst _O_(_n_<sup>2</sup>), best _O_(_n_), average _O_(_n_<sup>2</sup>)
Time
###### space: worst _O_(1) auxiliary
- worst _O_(_n_<sup>2</sup>),
- best _O_(_n_),
- average _O_(_n_<sup>2</sup>)
Space
worst _O_(1) auxiliary
## References