At last i got my mark

this is way off topic put i had to shout it out.

I got an 0.0 over 10 on my data structs & algorithms practical exam, which was in java, and fairly easy one ;D hurray for me! the lowest of all ;D

How is it possible to get 0 out of 10 ???

Cas :slight_smile:

There’s always someone that has to go and blow the curve. :-\

10 + 0.0 = 10.0 = float var

I’m back from the exam review, i’ve seen what was wrong…

i solved the problems with correct algorithms but for a different data structure, say. I had to implement (using pen and paper) add, get and clone methods for a fifo queue. Each element in the queue was a linkable wrapper, as the Sun’s LinkedList implementation uses. An element has a reference to the next element as follows
null <- [first element]<-…<-[last element]

note that with “next”, they were referencing the next element that would be returned by the get method, instead of the next element of the queue, that wasn’t clear at all on the exam, so i understood that the linkables were linked the other way round:
[first element]->…->[last element]->null

referencing the next element on the queue, so none of methods didn’t worked for them and i got the lowest callification, not a sigle point :frowning:

Christ, that’s the worst kind of error ever! You can practice and read for months and yet this kind of oversight will be the greatest threat. There is no defense :frowning:

I had a prof one time who thought when an office worker takes papers from an ‘in box’ they removed the page from the bottom, thus making a fifo queue. Me and the other student’s argued for an hour that it’s a stack because office workers add to the top and remove from the top. Of course we couldn’t convince him. That’s just one example of why I have very little respect for academics.

Sounds like a questionably-phrased exam to me. Call me an old usability-fanatic but I would think that the important thing to test in your exam would be your knowledge of the subject rather than your ability to interpret ambiguous questions. If it were me I’d be having strong words with my department about now.

yeah, it’s not the first time that happens to me, but it’s the firs time that it takes the whole exam away, next time i’ll ask for an explanation on every sigle comma on the text before writing a sigle word.

yeah i had some words with the prof that corrected my test, and he told me to fill a complaint if i felt so, but i don’t want to make myself an enemy there, i’m looking forward to do some practices on that departament sometime soon.

Sounds like a complaint would be in order still. Not that I’ve seen the actual assignment and stuff…