mrry (Happy New Year)
 
Blog Computing Science 2X - Data Structures & Algorithms 12/Jun/2003

I noticed when studying for DSA that the past papers were characterised by definitions of vague concepts ("What is a subtree?"), and downright petty questions that, frankly, angried up my blood. Mostly they went along the lines of, "Why wouldn't you want to be involved with an algorithm that, it is claimed, can sort a list/find the maximum of a list/find the cardinality of a list in O(root n) time?" As far as we know, that's not possible. But if somebody showed me an algorithm that did this, I'd do anything to get my name on the patent.

As it turned out, however, this year's paper was unusually charitable. There were lots of marks available for unsurprising type definitions, and a straight-from-the-book linked list append procedure for a good few marks. The obligatory inorder traversal was there (Milton's poetry this time (lines 58-9)), though I was disappointed that it didn't turn out to be a full game of Mornington Crescent, as last year.

My reservations about the paper are few. The programming question (1(f)), where a sentence had to be read in, and all extraneous whitespace discarded, seemed somewhat unwieldy. For the life of me, I could not figure out how the given procedure GetNext() worked. If it only returned non-blank characters, and all reading could be done with it, how would the spaces be appended to the sentence?

My only other qualm was the running together of many disparate questions into a single entity. I believe there was a seven-mark question that asked at least six different questions; and was, as a consequence, rather difficult to read.

But these are petty differences! The exam was a lot better than it could have been, and for that, we can be thankful.

Cheers,

Derek.

 
CommentsComments 

Derek said:
If I had to write a procedure with GetNext's specification, I'd make so that, if Prev were a blank character, then Ch would contain the first non-blank character; and if Prev were non-blank, than Ch would return the next character.

But it seems like a bit of a waste of time to me. I'd have thought it far better to have an Is_Blank boolean function.

Gary said:
The most confusing thing about GetNext was that you passed in a character and got the next one out. Now, that would be great for strings that don't have any repeated characters, but it would get stuck at the first appearance of a character.

Name

E-Mail

Url

Comment

Please enter the number 8251 in the box below:

 
CommentsTell a friend about this page

Your Name

Your E-Mail

Your friend's E-Mail

 
SideboardSideboard


< # Scottish Blogs ? >
Technorati Profile
Listed on BlogShares

Subscribe to the mrry RSS feed
More about RSS.
Trackback URL for this article:
http://www.mrry.co.uk/trackback/1710