From c072148c83a86e0b4afb3083104ebb724e19b59f Mon Sep 17 00:00:00 2001 From: Kumar Damani Date: Thu, 5 Jan 2023 10:09:31 -0500 Subject: typo fix --- content/post/programming-as-art/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/post/programming-as-art/index.md b/content/post/programming-as-art/index.md index 96b1267..c724e68 100644 --- a/content/post/programming-as-art/index.md +++ b/content/post/programming-as-art/index.md @@ -39,7 +39,7 @@ Sure enough we saw the answer `5050` in the console. But then the TA reminds us that we are making our computers **work too hard**. In other words, the computer needs to do one-hundred ADD instructions in order to make this computation happen. -What if it the number was a million? How well would our method scale? +What if the number was a million? How well would our method scale? Well then it would take a million ADD instructions. We call this scaling *linearly* with the input size. -- cgit v1.2.3