Skip to main content

Posts

Showing posts with the label ALGORITMA

Algorithms are: Definition, types, and examples

 Algorithms are: Definition, types, and examples the algorithm is In the world of computing, there are different types of terms, for example, machine learning, AI, cloud, among others. One of the things I've been hearing a lot lately is algorithms.  Basically, an algorithm is a series of instructions aimed at a computer to turn a series of facts into useful information where the algorithm comes from the word algorism and rhythmic which was first introduced by Abu Jafar Muhammad in 825 ad. Maybe you've heard the term algorithm in everyday life. For example, when you watch YouTube there is an algorithm so that you watch some videos that have been recommended. The recommendations are already based on your experience watching previous videos. Contents hide  1 What Is An Algorithm? 2 Types Of Algorithms 2.1 1. Recursion 2.2 2. Divide and Conquer 2.3 3. Dynamic Programming 2.4 4. Greedy 2.5 5. Brute Force 2.6 6. Backtracking 3 Examples Of Algorithms 3.1 1. Narrative Algorithm 3...