Counting practice by Harvard Fat Chance
EmbraceLife opened this issue · 0 comments
EmbraceLife commented
Counting practice
video links
my logic is different from Emily's here
count [33, 34, ..., 97] = 97 - (33 - 1) = 97 - 32 = 65
Emily took a different approach from lecture rule 2
A = [33, 34, ..., 97]
count B = [34, 36, 38, ... 96], can't apply rule 2, so let's transform it
count C = [17, 18, 19, ... 48], now can apply rule 2 = 48 - (17 -1)