Please consider offering answers and suggestions to help other students!
And if you fix a problem by following a suggestion here,
it would be great if other interested students could see a short
"Great, fixed it!" followup message.
As the above student points out Do not publish content from the exam where students who are yet to sit the exam may be able to see it. This semester I do not remember if there were any students sitting the main exam at a later time, but if there are...
ANONYMOUS wrote
Please try to ask questions like this sooner in future. It is 81 work minutes before the exam and I am technically meant to be on urgent leave, so you are lucky I decided to do one last check in case there was something serious.
I will...
Hi Gozz,
Could we please get some guidance on finishing the knights problem? I've given it a good crack but at this point it's soaking up too much pre-exam study time for me to continue.
Thanks in advance
ANONYMOUS wrote
A bitset is an implementation detail to represent sets efficiently in memory. I cannot make an explicit statement about the content of the exam, and so cannot tell you whether you will need to be familiar with this, but I believe from...
Hi, the lecture covering the DP to find all hamiltonian cycles included bitmasking for states of the DP. I was unaware of bitmasking until recently researching on it, if we have a question in the exam where there is a similar answer to hamiltonian cy...
ANONYMOUS wrote
Technically this depends on what the questions ask for, but you will notice that all the questions in the sample exam ask for a "justification". This is not asking for a formal proof, just an argument to convince the reader that your ...
We expect the DOMjudge server will stay up over summer, as it will be a useful resource for students with deferred exams, but I am not able to guarantee it in general.
ANONYMOUS wrote
I took some time last night to throw together an editorial and have just got it done up enough for release. Please see the announcement or the Project page on LMS.
I can't seem to understand the difference between q-learning and utility learning clearly, I know that q learning means learning the utility of actions available to a state rather than learning the utility of each state(util learning).
But when it com...
Hi, I was looking for a bit of clarification for proving why your algorithm is correct. Is explaining well why your algorithm would successfully work always sufficient or would you ever need to write a formal proof? Thanks
Is it possible for me to get access of Lab and Project during summer vacation? I have lots of unsolved problem
and I want to figure them out even after unit finished
ANONYMOUS wrote
In certain cases this depends on context, but in general if you are using a named algorithm we covered in lectures for a purpose we investigated in lectures, then you can assume the marker is familiar with it. This is the same sort of...
ANONYMOUS wrote
I am sorry, but I am not going to make an official statement giving any guarantee about that. The official directions for any test is to answer the questions to the best of your ability.
Having said that, you can probably figure out so...
Hello,
If part of my answer to an exam question asking for me to come up with an algorithm is to "use dfs" and "use bfs" or any other algorithm previously discussed in the unit, do I have to provide an explanation of these algorithms within my own exp...