All Talks

Does this run in linear time? A case for algorithmics

While you might not implement binary search in that new feature you’re working on, or use dynamic programming, diving a bit deeper into this world could prove useful in training your mind to see patterns you might have a harder time seeing otherwise, or to write code that is better optimised and will give the end users a better experience. I am going to try to dispel some of the myths surrounding the study of algorithms and competitive programming, and argue that sharpening this skill is …

You might be interested in:

October 2020 Backend
Under and Dunder Under and Dunder

Under and Dunder

Python secret functions - Cheuk Ting Ho