18
O(no) You Didn’t
(mrshiny608.github.io)
Welcome to the Python community on the programming.dev Lemmy instance!
Past
November 2023
October 2023
July 2023
August 2023
September 2023
TL;DR, big-O ignores the constant factor. If you already know what that means you don't need to read this...
Eh, I also enjoyed seeing the comparison between Go and Python, seeing the jumps in time because of allocations, and knowing the size of the list when the more efficient algorithm started to become faster.