Efficiency as a Developer - Big O Notation
Introduction
As developers, we write new algorithms or work on existing ones. And whenever we code something we should ask ourselves multiple questions. One of these questions is:
How efficient is my code?
One key element when writing algorithms are ...
danysdevcorner.hashnode.dev3 min read