Results for: "explanation"

Contents (38)

Linux for Dummies: Ubuntu Terminal
Linux for Dummies: Ubuntu Terminal

I introduced in the previous article, available here, the basic concepts concerning the Linux world. Today we are going to have…

read more
10 SEO trends for 2020
10 SEO trends for 2020

In "Ma-No" we have tried to make some predictions with our digital crystal ball and (knowing that we will be…

read more
Java Design Pattern: Builder Pattern
Java Design Pattern: Builder Pattern

Today we are going to talk about a creational pattern that in many situations can represent a useful alternative to…

read more
Java Design Pattern: Strategy Pattern
Java Design Pattern: Strategy Pattern

One of the most popular patterns is the Strategy Pattern. It is also one of the easiest patterns. It is a…

read more
Java Sorting Algorithm: Selection Sort
Java Sorting Algorithm: Selection Sort

Today we are going to analyze a sorting algorithm that is not very efficient but often used in various fields.…

read more