Memorizing important algorithms such as binary sea

2020-06-08 13:16发布

Do you memorize algorithms such as binary search / quick sort / whatever. If so, do you have any tricks for doing so?

标签: algorithm
7条回答
在下西门庆
2楼-- · 2020-06-08 14:13

I don't memorize them in the sense of rote memorization of code or pseucode, but I could always code binary search and quicksort from memory because I know how the logic works. This comes from studying algorithms, which I absolutely recommend.

查看更多
登录 后发表回答