Skip to content

Commit bc1a0b6

Browse files
authored
Merge pull request jmportilla#2 from remimarenco/patch-1
Change printer to use `n` input
2 parents 046f31a + d9cd988 commit bc1a0b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Algorithm Analysis and Big O/Big O Examples .ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@
455455
" '''\n",
456456
" Prints \"hello world!\" n times\n",
457457
" '''\n",
458-
" for x in range(10):\n",
458+
" for x in range(n):\n",
459459
" print 'Hello World!'"
460460
]
461461
},

0 commit comments

Comments
 (0)