|
|
|
|
|
by xaedes
2877 days ago
|
|
I had an CS exam where I was familiar with all the topics asked and knew all the answers and even how to apply them, well despite some quirks surely ;P But some questions in the exam required us to apply some algorithms by hand. I knew how they worked and I could also do them by hand. Did it on whiteboard with toy problems while studying for it. But what I didn't really expected was how fast the time run with manual execution on paper.. Even for modest data sizes. I thought that the algos really could be improved to be much faster by hand, refactor to optimize for different operation costs when doing by hand given the available tools in the exam, reducing operation costs by speeding up hotspot manual steps by training right into muscle memory and better memory alignment on paper for faster data lookups in the first place. I probably could have finished that exam in time, but with a baaad score. So I just quit and gave them a blank paper with my name to try again next time. I knew what the real problem was: time, and I had a plan how to prepare for it.
It worked =) |
|