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]
Be a self-taught computer scientist
Nothing better as a first post here than talking about how I study. First of all, I don’t have any problems with Universities, but I really prefer self-learning. This post is for everyone! People who study in some University and want different learning sources and others that are planning studies...
[Read More]