Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 1.46 KB

File metadata and controls

35 lines (27 loc) · 1.46 KB

Algorithms

In mathematics and computer science, an algorithm is a finite sequence of well-defined, computer-implementable instructions, typically to solve a class of problems or to perform a computation. Algorithms are always unambiguous and are used as specifications for performing calculations, data processing, automated reasoning, and other tasks.

Content

As a start point, let's address to Big-O Notation.

In the tutorial the following algorithms will be described:

Build Requirements

  • Java 11+
  • Maven 3.6+

Links