These two weeks were focused on learning everything properly that were required to do the second assignment and test. The concept of disproving was stressed somewhat and was fairly simple to grasp. We went over the structure of proofs in more details (all the inferences) and then moved on to sorting strategies. Another interesting exercise was given to once again help us practice understanding the problem, devising a plan, and carrying it out. This pennies problem required us to think of a sequence that would produce two piles of pennies using one of two ways {L,R}. The obvious first move was splitting the 64 into two piles of 32 so {L,L} {L,R} would work.
Next we were introduced to the Big Oh, and that's that part in this course where I'd never seen or heard of this, making me uncomfortable. After Google doing what it does best - save lives - I was okay. When Prof Heap started talking about linear search, the worst case, its upper and lower bound, I wasn't following him entirely and am still a little unclear about it. Either way, doing some examples of these proofs with quadratic functions made life much more sensible. It wasn't until after when these sorting methods were introduced in my introduction to programming class that I finally fully understood what alien doings were going on.
Meanwhile, assignment 2 was driving me crazy. I had a couple of more assignments and tests due that same week making it such a perfect time to catch a cold! On top of that, I was struggling to sneak in a few hours of sleep here and there, desperately waiting for the week to end. Good news was that assignment helped me prepare for the test so too much time and effort wasn't consumed studying for it.
Next we were introduced to the Big Oh, and that's that part in this course where I'd never seen or heard of this, making me uncomfortable. After Google doing what it does best - save lives - I was okay. When Prof Heap started talking about linear search, the worst case, its upper and lower bound, I wasn't following him entirely and am still a little unclear about it. Either way, doing some examples of these proofs with quadratic functions made life much more sensible. It wasn't until after when these sorting methods were introduced in my introduction to programming class that I finally fully understood what alien doings were going on.
Meanwhile, assignment 2 was driving me crazy. I had a couple of more assignments and tests due that same week making it such a perfect time to catch a cold! On top of that, I was struggling to sneak in a few hours of sleep here and there, desperately waiting for the week to end. Good news was that assignment helped me prepare for the test so too much time and effort wasn't consumed studying for it.
No comments:
Post a Comment