Wednesday 13 November 2013

Assignment 2

I just finished assignment 2. It was as hard as I was expected. It made me go back to the slides and review them, and understand the concept. Overall, I guess it was really great assignment.

Term Test 2

I am preparing for term test 2. It must be a bit harder than first one because of binary tree and recursive functions. However, I believe the most important challenge is that there are few questions which worth big marks. On last test, I got full mark one question 2 and 3 but i didn't fully understand question 1. I lost about 7 marks. And the problem is that it was one of many lessons in this course.
What I suggest is that there will be more questions which each have less value in matter of marks.

Saturday 2 November 2013

Exercise 6

So I just finished exercise 6. It was a bit easy and not-at-all confusing, and also let me understand the concept of using "while" function instead of "recursion" quite well. I wish other exercises were as good as this one.

Monday 28 October 2013

Exercise 5

As I was writing exercise 5, I believe that recursion is one of the hardest concepts I have ever tried to understand. I know that it is critical to write it as short as possible, but sometimes you just don't see the best solution. I recommend Prof. Heap to give students an easier and more examples and assingments about recursive functions.

Assignment 1

So I just finished assignment 1 and submit it. I believe that it was kind of hard and easy. I had some difficulties understanding the concept especially on las two steps. It went ok since I tried piazza looking for help.
Also during implementations, i felt that I am doing something wrong because I didn't use a lot of lessens that I learned in this course. I felt it was too easy if use "lists" or try "while" instead of using "recursive" functions. There were no instruction that made me try recursion but it did not feel right?!
Anyway, I believe I am going to obtain a good mark since my program worked and PEP08 structure implemented correctly so wish me luck.

Saturday 28 September 2013

Intro

Hey fellows,

This blog is going to be about the course CSC148H1 on fall 2013 with Prof. Heap. I am going to write about my feeling of this class weekly on a regular basis. I hope my notes become useful for anyone who is reading this.

Right now when I am writing this, Ex2 is just finished. I believe it was a good challenge for beginning. part a was about Exception and Inheritance and second part was just simple"if" statements that should be adjusted with Exception.

I only had one problem in part a which was this:
"FAILURE: Test case: E2Exception inherits from Exception [0.2]"
Which resolved from piazza so I feel ok about this course right now.

I am looking forward to A1 and a bit stressed about test1. Hope that Prof. Heap give more information about test one this week.