- cross-posted to:
- python@programming.dev
- cross-posted to:
- python@programming.dev
You must log in or register to comment.
Pretty fun reading. Always good to see some theory and real world mixed.
The article talks about code interviews focusing on big O and how it can be misleading.
Nice that both Go and Python, a compiled and an interpreted language, are used in the examples, to higlight what is actually going on and how theory can/does differ from praxis.