Thursday, May 21, 2015

40 Key Computer Science Concepts Explained In Layman’s Terms

Nice explanations of Computer Science Concepts. Eg: "For online shopping, the number of purchased item (input) doesn’t affect the delivery time. The output is constant. We call this O(1).
For online downloading, the download time is directly proportional to the movie file sizes (input). We call this O(n)."

No comments:

Post a Comment