Importância da cultura e de um time ágil para minha experiência como Desenvolvedora Júnior
[Read More]
Thinking OOP
Thinking OOP
[Read More]
Testing inputs in Python3
Mock inputs using the @patch decorator
Testing inputs in Python 3
Mock inputs using the @patch decorator
[Read More]
Big O notation - Part 2
Important Complexity Classes - Examples
In the first part, I talked
a little bit about what Big O notation is, why does it matter and mentioned
some important complexity classes. This post will continue the subject
and present some examples.
[Read More]
Big O notation
How to evaluate running time efficiency of programs
Sometimes it’s important to know how a program will behave when increasing the
input size. Analyzing the running time of an algorithm is very important for problems
with big data.
[Read More]