
Big O notation
Learn the full details of the Big O notation: the first of the top 3 notations used in algorithm analysis to represent performance.
Articles
Learn the full details of the Big O notation: the first of the top 3 notations used in algorithm analysis to represent performance.
Continue to deepen your knowledge of algorithm analysis. Learn about asymptotic classes and the differences in performance between them.
Deepen your knowledge in algorithm analysis. Know the importance of asymptotic behavior of the functions generated by the analysis process.
Learn in this article how some specific constructions can define different complexity functions for the same algorithm.
Learn how to do algorithm analysis. See examples and step-by-step demonstrations of analyzes performed on real algorithms.
Understand what Flutter is and how this fantastic framework created by Google for multiplatform development has grown quite recently.
Learn the technique of modularizing algorithms. The functions make it possible to divide the source code into separate modules.
Learn now how to manipulate large data sets. With arrays, you have the ability to manipulate multiple variables as if they were a single one.
What happens if you put one if-else structure inside the other? See the concept of nested if-else structures in this article.
Learn all the details of the switch case command. The command that allows you to create selection structures in computer programming.
Advance your knowledge in repetition structures. Learn how the “for statement”, the “continue” statement and the “break” statement work.
Learn all details of one of the most fantastic computer programming concepts: the while statement and the repetition structures.