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.
In the READNE.md, the instruction says to upload the answers in answer.md, but since then there was an announcement saying to put it all in one python file but now there is a file in the lab section for answer.md. Should I stick with uploading only t...
ANONYMOUS wrote
I do not reply to every question. I wait for others to answer, and also there are labs and lab facilitators for answering lab related questions. You should attend labs and ask questions.
Here is a clarification for Lab2 testing
The spec does not consider the possibility of calling get rank time() for a rank that does not currently exist on the leaderboard. Since it specifies to return the maximum time that would be necessary to ac...
It just says its due on Friday of this week, what time should we presume to this to be?
Should we be assuming it's sometime in the night or afternoon considering we have a test the previous day?
how fast are everyone's solutions passing the test script? im sitting 0.6 seconds (down from 19s before ), not too sure if I can get it any faster from here. TIA
In the get runs explanation, it states that "Leaderboard is given in rank order, tie-broken by runner name." Is this supposed to be ascending alphabetical order (i.e. A-Z) or descending (Z-A)?
with returning positive infinity, thats what im also doing for now. and for what its worth, to cover all edge cases, im throwing negative infinity for when the rank is 1. I am sort of just assuming that that is what we are expected to do, but ill b...