chapter 3: Containers and Collections – Storing Data the Right Way

Time complexity – the big O notation 886 Core collections 887 Advanced collections 898 Summary

3.1 Time complexity – the big O notation

3.1.1 Linux

Automatic Install Script

$ sudo wget -qO- https://get.docker.com/ | sh

remove hell-world

$ sudo docker rm `sudo docker ps -aq`
$ sudo docker rmi hello-world

.

3.2 Core collections

3.3 Advanced collections

3.4 Summary