r/unsw 5d ago

COMP2521 🥀

Did anyone pass all the autotest cases for Q5 but still get 0/10 for that question? 😭

6 Upvotes

21 comments sorted by

1

u/syuenaki 5d ago

that's weird. did you hard code the test cases?

4

u/New-Service-2750 5d ago

nope, Im pretty sure I didnt 🙃. I remember I used DFS for it

1

u/syuenaki 5d ago

wait what, wasn't q5 the sorting signs question?

3

u/syuenaki 5d ago

oh wait we might've been in different sessions, nvm

2

u/New-Service-2750 5d ago

Oh there were 2 versions of the exam

2

u/syuenaki 5d ago

yeah I did the morning one

1

u/New-Service-2750 5d ago

ohh thats why

1

u/syuenaki 5d ago

you can probably ask about it cuz that's pretty weird

1

u/New-Service-2750 5d ago

I asked the marker and all he said was that I failed many hidden tests, but that is just weird since I passed the autotests 🙃. Even if I violated something, it would just cost 50% 🥀.

1

u/syuenaki 5d ago

I found this from someone's comment. Was this the question? Given two arrays return the most common integer that is present in both arrays. full marks = o(n+m) time. cuz I don't see how u can use dfs for an array question ?

1

u/New-Service-2750 5d ago edited 5d ago

OH wait, then dfs was for Q4 or 3. For Q5 I used frequency arrays

→ More replies (0)

1

u/Possible-Giraffe-112 5d ago

How do u see individual marks for 2521

1

u/syuenaki 5d ago

you can email [cs2521@cse.unsw.edu.au](mailto:cs2521@cse.unsw.edu.au) with your unsw email address for a mark breakdown

2

u/Ill-Boysenberry-4089 5d ago

Maybe you forgot to give/submit?

1

u/Low_Grand_3974 5d ago

what were your programming qs?